Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dmmu.h41 #define PT32E_ROOT_LEVEL 3 macro
Dmmu.c2093 if (iterator->level == PT32E_ROOT_LEVEL) { in shadow_walk_init()
3131 } else if (vcpu->arch.mmu.shadow_root_level == PT32E_ROOT_LEVEL) { in mmu_alloc_direct_roots()
3199 if (vcpu->arch.mmu.root_level == PT32E_ROOT_LEVEL) { in mmu_alloc_shadow_roots()
3526 context->shadow_root_level = PT32E_ROOT_LEVEL; in nonpaging_init_context()
3628 case PT32E_ROOT_LEVEL: in reset_rsvds_bits_mask()
3765 if (root_level == PT32E_ROOT_LEVEL) in update_last_pte_bitmap()
3771 && (mmu->root_level >= PT32E_ROOT_LEVEL || is_pse(vcpu))) in update_last_pte_bitmap()
3820 context->shadow_root_level = PT32E_ROOT_LEVEL; in paging32_init_context()
3828 paging64_init_context_common(vcpu, context, PT32E_ROOT_LEVEL); in paging32E_init_context()
3859 context->root_level = PT32E_ROOT_LEVEL; in init_kvm_tdp_mmu()
[all …]
Dpaging_tmpl.h292 if (walker->level == PT32E_ROOT_LEVEL) { in FNAME()
573 if (top_level == PT32E_ROOT_LEVEL) in FNAME()
Dsvm.c469 return PT32E_ROOT_LEVEL; in get_npt_level()