Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/
Dmmu.h42 #define PT64_ROOT_4LEVEL 4 macro
Dmmu.c2643 if (iterator->level == PT64_ROOT_4LEVEL && in shadow_walk_init_using_root()
2644 vcpu->arch.mmu->root_level < PT64_ROOT_4LEVEL && in shadow_walk_init_using_root()
3739 if (mmu->shadow_root_level >= PT64_ROOT_4LEVEL && in kvm_mmu_free_roots()
3740 (mmu->root_level >= PT64_ROOT_4LEVEL || mmu->direct_map)) { in kvm_mmu_free_roots()
3776 if (vcpu->arch.mmu->shadow_root_level >= PT64_ROOT_4LEVEL) { in mmu_alloc_direct_roots()
3829 if (vcpu->arch.mmu->root_level >= PT64_ROOT_4LEVEL) { in mmu_alloc_shadow_roots()
3854 if (vcpu->arch.mmu->shadow_root_level == PT64_ROOT_4LEVEL) in mmu_alloc_shadow_roots()
3890 if (vcpu->arch.mmu->shadow_root_level == PT64_ROOT_4LEVEL) { in mmu_alloc_shadow_roots()
3938 if (vcpu->arch.mmu->root_level >= PT64_ROOT_4LEVEL) { in kvm_mmu_sync_roots()
4382 if (mmu->shadow_root_level >= PT64_ROOT_4LEVEL && in fast_cr3_switch()
[all …]
Dmmu_audit.c62 if (vcpu->arch.mmu->root_level >= PT64_ROOT_4LEVEL) { in mmu_spte_walk()
Dsvm.c728 return PT64_ROOT_4LEVEL; in get_npt_level()