Searched refs:shadow_root_level (Results 1 – 3 of 3) sorted by relevance
2460 iterator->level = vcpu->arch.mmu.shadow_root_level; in shadow_walk_init_using_root()3511 if (mmu->shadow_root_level >= PT64_ROOT_4LEVEL && in kvm_mmu_free_roots()3547 if (vcpu->arch.mmu.shadow_root_level >= PT64_ROOT_4LEVEL) { in mmu_alloc_direct_roots()3554 vcpu->arch.mmu.shadow_root_level, 1, ACC_ALL); in mmu_alloc_direct_roots()3558 } else if (vcpu->arch.mmu.shadow_root_level == PT32E_ROOT_LEVEL) { in mmu_alloc_direct_roots()3609 vcpu->arch.mmu.shadow_root_level, 0, ACC_ALL); in mmu_alloc_shadow_roots()3623 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_4LEVEL) in mmu_alloc_shadow_roots()3659 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_4LEVEL) { in mmu_alloc_shadow_roots()4112 context->shadow_root_level = PT32E_ROOT_LEVEL; in nonpaging_init_context()4160 if (mmu->shadow_root_level >= PT64_ROOT_4LEVEL && in fast_cr3_switch()[all …]
2929 vcpu->arch.mmu.shadow_root_level = get_npt_level(vcpu); in nested_svm_init_mmu_context()
365 u8 shadow_root_level; member