Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dmmu.c2462 if (iterator->level == PT64_ROOT_4LEVEL && in shadow_walk_init_using_root()
2463 vcpu->arch.mmu.root_level < PT64_ROOT_4LEVEL && in shadow_walk_init_using_root()
3511 if (mmu->shadow_root_level >= PT64_ROOT_4LEVEL && in kvm_mmu_free_roots()
3512 (mmu->root_level >= PT64_ROOT_4LEVEL || mmu->direct_map)) { in kvm_mmu_free_roots()
3547 if (vcpu->arch.mmu.shadow_root_level >= PT64_ROOT_4LEVEL) { in mmu_alloc_direct_roots()
3598 if (vcpu->arch.mmu.root_level >= PT64_ROOT_4LEVEL) { in mmu_alloc_shadow_roots()
3623 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_4LEVEL) in mmu_alloc_shadow_roots()
3659 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_4LEVEL) { in mmu_alloc_shadow_roots()
3704 if (vcpu->arch.mmu.root_level >= PT64_ROOT_4LEVEL) { in kvm_mmu_sync_roots()
4160 if (mmu->shadow_root_level >= PT64_ROOT_4LEVEL && in fast_cr3_switch()
[all …]
Dmmu.h42 #define PT64_ROOT_4LEVEL 4 macro
Dmmu_audit.c65 if (vcpu->arch.mmu.root_level >= PT64_ROOT_4LEVEL) { in mmu_spte_walk()
Dsvm.c730 return PT64_ROOT_4LEVEL; in get_npt_level()