Home
last modified time | relevance | path

Searched refs:shadow_root_level (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/x86/kvm/
Dmmu.c2641 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()
[all …]
Dsvm.c2992 vcpu->arch.mmu->shadow_root_level = get_npt_level(vcpu); in nested_svm_init_mmu_context()
/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h400 u8 shadow_root_level; member