Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dmmu.h38 #define PT32E_ROOT_LEVEL 3 macro
/linux/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h332 if (walker->level == PT32E_ROOT_LEVEL) { in walk_addr_generic()
627 if (top_level == PT32E_ROOT_LEVEL) in fetch()
H A Dmmu.c2487 iterator->level = PT32E_ROOT_LEVEL; in shadow_walk_init_using_root()
2489 if (iterator->level == PT32E_ROOT_LEVEL) { in shadow_walk_init_using_root()
3942 } else if (shadow_root_level == PT32E_ROOT_LEVEL) { in mmu_alloc_direct_roots()
4077 if (mmu->cpu_role.base.level == PT32E_ROOT_LEVEL) { in mmu_alloc_shadow_roots()
4140 if (mmu->cpu_role.base.level == PT32E_ROOT_LEVEL) { in mmu_alloc_shadow_roots()
5295 if (level == PT32E_ROOT_LEVEL) in __reset_rsvds_bits_mask()
5331 case PT32E_ROOT_LEVEL: in __reset_rsvds_bits_mask()
5448 WARN_ON_ONCE(context->root_role.level < PT32E_ROOT_LEVEL); in reset_shadow_zero_bits_mask()
5723 role.base.level = PT32E_ROOT_LEVEL; in kvm_calc_cpu_role()
5857 root_role.level = max_t(u32, root_role.level, PT32E_ROOT_LEVEL); in kvm_init_shadow_mmu()
[all …]
/linux/arch/x86/kvm/svm/
H A Dsvm.c199 return PT32E_ROOT_LEVEL; in get_npt_level()