Home
last modified time | relevance | path

Searched refs:PT64_ROOT_4LEVEL (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/arch/x86/kvm/mmu/
Dmmu.c260 PT64_ROOT_4LEVEL; in role_regs_to_root_level()
2191 if (iterator->level == PT64_ROOT_4LEVEL && in shadow_walk_init_using_root()
2192 vcpu->arch.mmu->root_level < PT64_ROOT_4LEVEL && in shadow_walk_init_using_root()
3356 if (mmu->shadow_root_level >= PT64_ROOT_4LEVEL && in kvm_mmu_free_roots()
3357 (mmu->root_level >= PT64_ROOT_4LEVEL || mmu->direct_map)) { in kvm_mmu_free_roots()
3444 } else if (shadow_root_level >= PT64_ROOT_4LEVEL) { in mmu_alloc_direct_roots()
3518 if (mmu->root_level >= PT64_ROOT_4LEVEL) { in mmu_alloc_shadow_roots()
3536 if (mmu->shadow_root_level >= PT64_ROOT_4LEVEL) { in mmu_alloc_shadow_roots()
3572 else if (mmu->shadow_root_level == PT64_ROOT_4LEVEL) in mmu_alloc_shadow_roots()
3588 bool need_pml5 = mmu->shadow_root_level > PT64_ROOT_4LEVEL; in mmu_alloc_special_roots()
[all …]
Dmmu_audit.c62 if (vcpu->arch.mmu->root_level >= PT64_ROOT_4LEVEL) { in mmu_spte_walk()
/Linux-v5.15/arch/x86/kvm/
Dmmu.h43 #define PT64_ROOT_4LEVEL 4 macro
/Linux-v5.15/arch/x86/kvm/svm/
Dsvm.c262 return pgtable_l5_enabled() ? PT64_ROOT_5LEVEL : PT64_ROOT_4LEVEL; in get_max_npt_level()
3920 } else if (vcpu->arch.mmu->shadow_root_level >= PT64_ROOT_4LEVEL) { in svm_load_mmu_pgd()
/Linux-v5.15/arch/x86/kvm/vmx/
Dnested.c2158 construct_eptp(&vmx->vcpu, 0, PT64_ROOT_4LEVEL)); in prepare_vmcs02_constant_state()