Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/
Dmmu.h42 #define PT64_ROOT_5LEVEL 5 macro
/Linux-v5.15/arch/x86/kvm/mmu/
Dmmu.c259 return ____is_cr4_la57(regs) ? PT64_ROOT_5LEVEL : in role_regs_to_root_level()
3545 if (mmu->shadow_root_level == PT64_ROOT_5LEVEL) { in mmu_alloc_shadow_roots()
3570 if (mmu->shadow_root_level == PT64_ROOT_5LEVEL) in mmu_alloc_shadow_roots()
4299 case PT64_ROOT_5LEVEL: in __reset_rsvds_bits_mask()
4795 role.base.level = PT64_ROOT_5LEVEL; in kvm_calc_shadow_mmu_root_page_role()
/Linux-v5.15/arch/x86/kvm/svm/
Dsvm.c262 return pgtable_l5_enabled() ? PT64_ROOT_5LEVEL : PT64_ROOT_4LEVEL; in get_max_npt_level()