Lines Matching refs:shadow_root_level

2641 	iterator->level = vcpu->arch.mmu->shadow_root_level;  in shadow_walk_init_using_root()
3739 if (mmu->shadow_root_level >= PT64_ROOT_4LEVEL && in kvm_mmu_free_roots()
3776 if (vcpu->arch.mmu->shadow_root_level >= PT64_ROOT_4LEVEL) { in mmu_alloc_direct_roots()
3783 vcpu->arch.mmu->shadow_root_level, 1, ACC_ALL); in mmu_alloc_direct_roots()
3787 } else if (vcpu->arch.mmu->shadow_root_level == PT32E_ROOT_LEVEL) { in mmu_alloc_direct_roots()
3840 vcpu->arch.mmu->shadow_root_level, 0, ACC_ALL); in mmu_alloc_shadow_roots()
3854 if (vcpu->arch.mmu->shadow_root_level == PT64_ROOT_4LEVEL) in mmu_alloc_shadow_roots()
3890 if (vcpu->arch.mmu->shadow_root_level == PT64_ROOT_4LEVEL) { in mmu_alloc_shadow_roots()
4333 context->shadow_root_level = PT32E_ROOT_LEVEL; in nonpaging_init_context()
4382 if (mmu->shadow_root_level >= PT64_ROOT_4LEVEL && in fast_cr3_switch()
4661 context->shadow_root_level, uses_nx, in reset_shadow_zero_bits_mask()
4668 for (i = context->shadow_root_level; --i >= 0;) { in reset_shadow_zero_bits_mask()
4698 context->shadow_root_level, false, in reset_tdp_shadow_zero_bits_mask()
4709 for (i = context->shadow_root_level; --i >= 0;) { in reset_tdp_shadow_zero_bits_mask()
4911 context->shadow_root_level = level; in paging64_init_context_common()
4940 context->shadow_root_level = PT32E_ROOT_LEVEL; in paging32_init_context()
5015 context->shadow_root_level = kvm_x86_ops->get_tdp_level(vcpu); in init_kvm_tdp_mmu()
5139 context->shadow_root_level = PT64_ROOT_4LEVEL; in kvm_init_shadow_ept_mmu()