Home
last modified time | relevance | path

Searched refs:PT64_ROOT_5LEVEL (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/x86/kvm/
Dmmu.h34 #define PT64_ROOT_5LEVEL 5 macro
/linux-6.12.1/arch/x86/kvm/mmu/
Dmmu.c3907 if (mmu->root_role.level == PT64_ROOT_5LEVEL) { in mmu_alloc_shadow_roots()
3939 if (mmu->root_role.level == PT64_ROOT_5LEVEL) in mmu_alloc_shadow_roots()
5052 case PT64_ROOT_5LEVEL: in __reset_rsvds_bits_mask()
5429 role.base.level = ____is_cr4_la57(regs) ? PT64_ROOT_5LEVEL in kvm_calc_cpu_role()
5592 if (root_role.level == PT64_ROOT_5LEVEL && in kvm_init_shadow_npt_mmu()
/linux-6.12.1/arch/x86/kvm/svm/
Dsvm.c292 return pgtable_l5_enabled() ? PT64_ROOT_5LEVEL : PT64_ROOT_4LEVEL; in get_npt_level()