Home
last modified time | relevance | path

Searched refs:PT32E_ROOT_LEVEL (Results 1 – 4 of 4) sorted by relevance

/arch/x86/kvm/
Dmmu.h45 #define PT32E_ROOT_LEVEL 3 macro
/arch/x86/kvm/mmu/
Dmmu.c262 return PT32E_ROOT_LEVEL; in role_regs_to_root_level()
2185 iterator->level = PT32E_ROOT_LEVEL; in shadow_walk_init_using_root()
2187 if (iterator->level == PT32E_ROOT_LEVEL) { in shadow_walk_init_using_root()
3438 } else if (shadow_root_level == PT32E_ROOT_LEVEL) { in mmu_alloc_direct_roots()
3485 if (mmu->root_level == PT32E_ROOT_LEVEL) { in mmu_alloc_shadow_roots()
3548 if (mmu->root_level == PT32E_ROOT_LEVEL) { in mmu_alloc_shadow_roots()
4255 if (level == PT32E_ROOT_LEVEL) in __reset_rsvds_bits_mask()
4291 case PT32E_ROOT_LEVEL: in __reset_rsvds_bits_mask()
4426 WARN_ON_ONCE(context->shadow_root_level < PT32E_ROOT_LEVEL); in reset_shadow_zero_bits_mask()
4798 role.base.level = PT32E_ROOT_LEVEL; in kvm_calc_shadow_mmu_root_page_role()
[all …]
Dpaging_tmpl.h367 if (walker->level == PT32E_ROOT_LEVEL) { in FNAME()
681 if (top_level == PT32E_ROOT_LEVEL) in FNAME()
/arch/x86/kvm/svm/
Dsvm.c264 return PT32E_ROOT_LEVEL; in get_max_npt_level()