Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dmmu.c2086 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()
[all …]
Dsvm.c2012 vcpu->arch.mmu.shadow_root_level = get_npt_level(); in nested_svm_init_mmu_context()
/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h281 int shadow_root_level; member