Searched refs:shadow_root_level (Results 1 – 6 of 6) sorted by relevance
/arch/x86/kvm/mmu/ |
D | mmu.c | 2180 iterator->level = vcpu->arch.mmu->shadow_root_level; in shadow_walk_init_using_root() 3347 if (mmu->shadow_root_level >= PT64_ROOT_4LEVEL && in kvm_mmu_free_roots() 3422 u8 shadow_root_level = mmu->shadow_root_level; in mmu_alloc_direct_roots() local 3435 } else if (shadow_root_level >= PT64_ROOT_4LEVEL) { in mmu_alloc_direct_roots() 3436 root = mmu_alloc_root(vcpu, 0, 0, shadow_root_level, true); in mmu_alloc_direct_roots() 3438 } else if (shadow_root_level == PT32E_ROOT_LEVEL) { in mmu_alloc_direct_roots() 3454 WARN_ONCE(1, "Bad TDP root level = %d\n", shadow_root_level); in mmu_alloc_direct_roots() 3511 mmu->shadow_root_level, false); in mmu_alloc_shadow_roots() 3527 if (mmu->shadow_root_level >= PT64_ROOT_4LEVEL) { in mmu_alloc_shadow_roots() 3536 if (mmu->shadow_root_level == PT64_ROOT_5LEVEL) { in mmu_alloc_shadow_roots() [all …]
|
D | tdp_mmu.c | 214 role = page_role_for_level(vcpu, vcpu->arch.mmu->shadow_root_level); in kvm_tdp_mmu_get_vcpu_root_hpa() 226 root = alloc_tdp_mmu_page(vcpu, 0, vcpu->arch.mmu->shadow_root_level); in kvm_tdp_mmu_get_vcpu_root_hpa() 691 _mmu->shadow_root_level, _start, _end) 1559 *root_level = vcpu->arch.mmu->shadow_root_level; in kvm_tdp_mmu_get_walk()
|
/arch/x86/kvm/ |
D | mmu.h | 115 vcpu->arch.mmu->shadow_root_level); in kvm_mmu_load_pgd()
|
/arch/x86/include/asm/ |
D | kvm_host.h | 435 u8 shadow_root_level; member
|
/arch/x86/kvm/svm/ |
D | svm.c | 3960 } else if (vcpu->arch.mmu->shadow_root_level >= PT64_ROOT_4LEVEL) { in svm_load_mmu_pgd()
|
/arch/x86/kvm/vmx/ |
D | vmx.c | 3037 mmu->shadow_root_level)); in vmx_flush_tlb_current()
|