Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kvm/ !
Dmmu.h39 #define PT32E_ROOT_LEVEL 3 macro
Dmmu.c1749 if (iterator->level == PT32E_ROOT_LEVEL) { in shadow_walk_init()
2707 } else if (vcpu->arch.mmu.shadow_root_level == PT32E_ROOT_LEVEL) { in mmu_alloc_direct_roots()
2775 if (vcpu->arch.mmu.root_level == PT32E_ROOT_LEVEL) { in mmu_alloc_shadow_roots()
3122 context->shadow_root_level = PT32E_ROOT_LEVEL; in nonpaging_init_context()
3217 case PT32E_ROOT_LEVEL: in reset_rsvds_bits_mask()
3295 context->shadow_root_level = PT32E_ROOT_LEVEL; in paging32_init_context()
3304 return paging64_init_context_common(vcpu, context, PT32E_ROOT_LEVEL); in paging32E_init_context()
3337 context->root_level = PT32E_ROOT_LEVEL; in init_kvm_tdp_mmu()
3412 g_context->root_level = PT32E_ROOT_LEVEL; in init_kvm_nested_mmu()
Dpaging_tmpl.h165 if (walker->level == PT32E_ROOT_LEVEL) { in FNAME()
484 if (top_level == PT32E_ROOT_LEVEL) in FNAME()
Dsvm.c445 return PT32E_ROOT_LEVEL; in get_npt_level()