Searched refs:shadow_root_level (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/arch/x86/kvm/mmu/ |
D | mmu.c | 2132 iterator->level = vcpu->arch.mmu->shadow_root_level; in shadow_walk_init_using_root() 3195 if (mmu->shadow_root_level >= PT64_ROOT_4LEVEL && in kvm_mmu_free_roots() 3246 u8 shadow_root_level = vcpu->arch.mmu->shadow_root_level; in mmu_alloc_direct_roots() local 3256 } else if (shadow_root_level >= PT64_ROOT_4LEVEL) { in mmu_alloc_direct_roots() 3257 root = mmu_alloc_root(vcpu, 0, 0, shadow_root_level, in mmu_alloc_direct_roots() 3263 } else if (shadow_root_level == PT32E_ROOT_LEVEL) { in mmu_alloc_direct_roots() 3304 vcpu->arch.mmu->shadow_root_level, false); in mmu_alloc_shadow_roots() 3317 if (vcpu->arch.mmu->shadow_root_level == PT64_ROOT_4LEVEL) in mmu_alloc_shadow_roots() 3345 if (vcpu->arch.mmu->shadow_root_level == PT64_ROOT_4LEVEL) { in mmu_alloc_shadow_roots() 3520 int root = vcpu->arch.mmu->shadow_root_level; in get_mmio_spte() [all …]
|
D | tdp_mmu.c | 120 role = page_role_for_level(vcpu, vcpu->arch.mmu->shadow_root_level); in get_tdp_mmu_vcpu_root() 133 root = alloc_tdp_mmu_page(vcpu, 0, vcpu->arch.mmu->shadow_root_level); in get_tdp_mmu_vcpu_root() 364 _mmu->shadow_root_level, _start, _end) 1155 int leaf = vcpu->arch.mmu->shadow_root_level; in kvm_tdp_mmu_get_walk()
|
/Linux-v5.10/arch/x86/kvm/ |
D | mmu.h | 99 vcpu->arch.mmu->shadow_root_level); in kvm_mmu_load_pgd()
|
/Linux-v5.10/arch/x86/include/asm/ |
D | kvm_host.h | 367 u8 shadow_root_level; member
|
/Linux-v5.10/arch/x86/kvm/vmx/ |
D | vmx.c | 2918 mmu->shadow_root_level)); in vmx_flush_tlb_current()
|