Searched refs:shadow_root_level (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/ |
D | mmu.c | 2121 iterator->level = vcpu->arch.mmu->shadow_root_level; in shadow_walk_init_using_root() 3186 if (mmu->shadow_root_level >= PT64_ROOT_4LEVEL && in kvm_mmu_free_roots() 3237 u8 shadow_root_level = vcpu->arch.mmu->shadow_root_level; in mmu_alloc_direct_roots() local 3247 } else if (shadow_root_level >= PT64_ROOT_4LEVEL) { in mmu_alloc_direct_roots() 3248 root = mmu_alloc_root(vcpu, 0, 0, shadow_root_level, in mmu_alloc_direct_roots() 3254 } else if (shadow_root_level == PT32E_ROOT_LEVEL) { in mmu_alloc_direct_roots() 3295 vcpu->arch.mmu->shadow_root_level, false); 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() 3826 context->shadow_root_level = PT32E_ROOT_LEVEL; in nonpaging_init_context() [all …]
|
D | tdp_mmu.c | 161 role = page_role_for_level(vcpu, vcpu->arch.mmu->shadow_root_level); in get_tdp_mmu_vcpu_root() 174 root = alloc_tdp_mmu_page(vcpu, 0, vcpu->arch.mmu->shadow_root_level); in get_tdp_mmu_vcpu_root() 405 _mmu->shadow_root_level, _start, _end) 1184 *root_level = vcpu->arch.mmu->shadow_root_level; in kvm_tdp_mmu_get_walk()
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
D | mmu.h | 99 vcpu->arch.mmu->shadow_root_level); in kvm_mmu_load_pgd()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | kvm_host.h | 366 u8 shadow_root_level; member
|
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
D | vmx.c | 3020 mmu->shadow_root_level)); in vmx_flush_tlb_current()
|