Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dmmu.c2157 iterator->level = vcpu->arch.mmu.shadow_root_level; in shadow_walk_init()
3044 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL && in mmu_free_roots()
3097 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL) { in mmu_alloc_direct_roots()
3105 } else if (vcpu->arch.mmu.shadow_root_level == PT32E_ROOT_LEVEL) { in mmu_alloc_direct_roots()
3166 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL) in mmu_alloc_shadow_roots()
3200 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL) { in mmu_alloc_shadow_roots()
3555 context->shadow_root_level = PT32E_ROOT_LEVEL; in nonpaging_init_context()
3765 context->shadow_root_level, uses_nx, in reset_shadow_zero_bits_mask()
3788 context->shadow_root_level, false, in reset_tdp_shadow_zero_bits_mask()
3909 context->shadow_root_level = level; in paging64_init_context_common()
[all …]
Dsvm.c1928 vcpu->arch.mmu.shadow_root_level = get_npt_level(); in nested_svm_init_mmu_context()
/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h288 int shadow_root_level; member