Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dmmu.c1742 iterator->level = vcpu->arch.mmu.shadow_root_level; in shadow_walk_init()
2646 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL && in mmu_free_roots()
2696 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL) { in mmu_alloc_direct_roots()
2704 } else if (vcpu->arch.mmu.shadow_root_level == PT32E_ROOT_LEVEL) { in mmu_alloc_direct_roots()
2765 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL) in mmu_alloc_shadow_roots()
2799 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL) { in mmu_alloc_shadow_roots()
3119 context->shadow_root_level = PT32E_ROOT_LEVEL; in nonpaging_init_context()
3265 context->shadow_root_level = level; in paging64_init_context_common()
3292 context->shadow_root_level = PT32E_ROOT_LEVEL; in paging32_init_context()
3315 context->shadow_root_level = kvm_x86_ops->get_tdp_level(); in init_kvm_tdp_mmu()
Dsvm.c1985 vcpu->arch.mmu.shadow_root_level = get_npt_level(); in nested_svm_init_mmu_context()
/arch/x86/include/asm/
Dkvm_host.h276 int shadow_root_level; member