Lines Matching refs:shadow_root_level
2086 iterator->level = vcpu->arch.mmu.shadow_root_level; in shadow_walk_init()
3070 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL && in mmu_free_roots()
3123 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL) { in mmu_alloc_direct_roots()
3131 } else if (vcpu->arch.mmu.shadow_root_level == PT32E_ROOT_LEVEL) { in mmu_alloc_direct_roots()
3192 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL) in mmu_alloc_shadow_roots()
3226 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL) { in mmu_alloc_shadow_roots()
3526 context->shadow_root_level = PT32E_ROOT_LEVEL; in nonpaging_init_context()
3794 context->shadow_root_level = level; in paging64_init_context_common()
3820 context->shadow_root_level = PT32E_ROOT_LEVEL; in paging32_init_context()
3840 context->shadow_root_level = kvm_x86_ops->get_tdp_level(); in init_kvm_tdp_mmu()
3906 context->shadow_root_level = kvm_x86_ops->get_tdp_level(); in kvm_init_shadow_ept_mmu()
3914 context->root_level = context->shadow_root_level; in kvm_init_shadow_ept_mmu()