Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dmmu.h34 #define PT64_ROOT_5LEVEL 5 macro
/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu.c3839 if (mmu->root_role.level == PT64_ROOT_5LEVEL) { in mmu_alloc_shadow_roots()
3871 if (mmu->root_role.level == PT64_ROOT_5LEVEL) in mmu_alloc_shadow_roots()
4755 case PT64_ROOT_5LEVEL: in __reset_rsvds_bits_mask()
5132 role.base.level = ____is_cr4_la57(regs) ? PT64_ROOT_5LEVEL in kvm_calc_cpu_role()
5290 if (root_role.level == PT64_ROOT_5LEVEL && in kvm_init_shadow_npt_mmu()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c291 return pgtable_l5_enabled() ? PT64_ROOT_5LEVEL : PT64_ROOT_4LEVEL; in get_npt_level()