Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/
Dmmu.h45 #define PT32E_ROOT_LEVEL 3 macro
/Linux-v5.10/arch/x86/kvm/mmu/
Dmmu.c2139 if (iterator->level == PT32E_ROOT_LEVEL) { in shadow_walk_init_using_root()
3263 } else if (shadow_root_level == PT32E_ROOT_LEVEL) { in mmu_alloc_direct_roots()
3322 if (vcpu->arch.mmu->root_level == PT32E_ROOT_LEVEL) { in mmu_alloc_shadow_roots()
3803 context->shadow_root_level = PT32E_ROOT_LEVEL; in nonpaging_init_context()
4013 case PT32E_ROOT_LEVEL: in __reset_rsvds_bits_mask()
4413 context->shadow_root_level = PT32E_ROOT_LEVEL; in paging32_init_context()
4420 paging64_init_context_common(vcpu, context, PT32E_ROOT_LEVEL); in paging32E_init_context()
4513 context->root_level = PT32E_ROOT_LEVEL; in init_kvm_tdp_mmu()
4552 role.base.level = PT32E_ROOT_LEVEL; in kvm_calc_shadow_mmu_root_page_role()
4732 g_context->root_level = PT32E_ROOT_LEVEL; in init_kvm_nested_mmu()
[all …]
Dpaging_tmpl.h341 if (walker->level == PT32E_ROOT_LEVEL) { in FNAME()
645 if (top_level == PT32E_ROOT_LEVEL) in FNAME()
/Linux-v5.10/arch/x86/kvm/svm/
Dsvm.c262 return PT32E_ROOT_LEVEL; in get_max_npt_level()