Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dmmu.h41 #define PT32E_ROOT_LEVEL 3 macro
Dmmu.c2164 if (iterator->level == PT32E_ROOT_LEVEL) { in shadow_walk_init()
3105 } else if (vcpu->arch.mmu.shadow_root_level == PT32E_ROOT_LEVEL) { in mmu_alloc_direct_roots()
3173 if (vcpu->arch.mmu.root_level == PT32E_ROOT_LEVEL) { in mmu_alloc_shadow_roots()
3558 context->shadow_root_level = PT32E_ROOT_LEVEL; in nonpaging_init_context()
3663 case PT32E_ROOT_LEVEL: in __reset_rsvds_bits_mask()
3883 if (root_level == PT32E_ROOT_LEVEL) in update_last_pte_bitmap()
3889 && (mmu->root_level >= PT32E_ROOT_LEVEL || is_pse(vcpu))) in update_last_pte_bitmap()
3938 context->shadow_root_level = PT32E_ROOT_LEVEL; in paging32_init_context()
3946 paging64_init_context_common(vcpu, context, PT32E_ROOT_LEVEL); in paging32E_init_context()
3978 context->root_level = PT32E_ROOT_LEVEL; in init_kvm_tdp_mmu()
[all …]
Dpaging_tmpl.h284 if (walker->level == PT32E_ROOT_LEVEL) { in FNAME()
564 if (top_level == PT32E_ROOT_LEVEL) in FNAME()
Dsvm.c484 return PT32E_ROOT_LEVEL; in get_npt_level()