Home
last modified time | relevance | path

Searched refs:PT64_ROOT_4LEVEL (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dmmu.h43 #define PT64_ROOT_4LEVEL 4 macro
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dmmu.c2123 if (iterator->level == PT64_ROOT_4LEVEL && in shadow_walk_init_using_root()
2124 vcpu->arch.mmu->root_level < PT64_ROOT_4LEVEL && in shadow_walk_init_using_root()
3186 if (mmu->shadow_root_level >= PT64_ROOT_4LEVEL && in kvm_mmu_free_roots()
3187 (mmu->root_level >= PT64_ROOT_4LEVEL || mmu->direct_map)) { in kvm_mmu_free_roots()
3247 } else if (shadow_root_level >= PT64_ROOT_4LEVEL) { in mmu_alloc_direct_roots()
3291 if (vcpu->arch.mmu->root_level >= PT64_ROOT_4LEVEL) { in mmu_alloc_shadow_roots()
3308 if (vcpu->arch.mmu->shadow_root_level == PT64_ROOT_4LEVEL) { in mmu_alloc_shadow_roots()
3353 if (vcpu->arch.mmu->shadow_root_level == PT64_ROOT_4LEVEL) { in mmu_alloc_shadow_roots()
3396 if (vcpu->arch.mmu->root_level >= PT64_ROOT_4LEVEL) { in kvm_mmu_sync_roots()
3883 if (mmu->shadow_root_level >= PT64_ROOT_4LEVEL in fast_pgd_switch()
[all...]
H A Dmmu_audit.c62 if (vcpu->arch.mmu->root_level >= PT64_ROOT_4LEVEL) { in mmu_spte_walk()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dmmu.h35 #define PT64_ROOT_4LEVEL 4 macro
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dmmu.c2368 if (iterator->level >= PT64_ROOT_4LEVEL && in shadow_walk_init_using_root()
2369 vcpu->arch.mmu->cpu_role.base.level < PT64_ROOT_4LEVEL && in shadow_walk_init_using_root()
3676 } else if (shadow_root_level >= PT64_ROOT_4LEVEL) { in mmu_alloc_direct_roots()
3812 if (mmu->cpu_role.base.level >= PT64_ROOT_4LEVEL) { in mmu_alloc_shadow_roots()
3830 if (mmu->root_role.level >= PT64_ROOT_4LEVEL) { in mmu_alloc_shadow_roots()
3873 else if (mmu->root_role.level == PT64_ROOT_4LEVEL) in mmu_alloc_shadow_roots()
3889 bool need_pml5 = mmu->root_role.level > PT64_ROOT_4LEVEL; in mmu_alloc_special_roots()
3901 mmu->cpu_role.base.level >= PT64_ROOT_4LEVEL || in mmu_alloc_special_roots()
3902 mmu->root_role.level < PT64_ROOT_4LEVEL) in mmu_alloc_special_roots()
4006 if (vcpu->arch.mmu->cpu_role.base.level >= PT64_ROOT_4LEVEL) { in kvm_mmu_sync_roots()
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H A Dsvm.c289 return pgtable_l5_enabled() ? PT64_ROOT_5LEVEL : PT64_ROOT_4LEVEL; in get_npt_level()
4270 } else if (root_level >= PT64_ROOT_4LEVEL) { in svm_load_mmu_pgd()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H A Dsvm.c260 return PT64_ROOT_4LEVEL; in get_max_npt_level()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dnested.c2181 construct_eptp(&vmx->vcpu, 0, PT64_ROOT_4LEVEL)); in prepare_vmcs02_constant_state()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dnested.c2184 construct_eptp(&vmx->vcpu, 0, PT64_ROOT_4LEVEL)); in prepare_vmcs02_constant_state()

Completed in 40 milliseconds