Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dmmu.c2202 iterator->level = vcpu->arch.mmu.shadow_root_level; in shadow_walk_init()
3072 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL && in mmu_free_roots()
3125 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL) { in mmu_alloc_direct_roots()
3132 } else if (vcpu->arch.mmu.shadow_root_level == PT32E_ROOT_LEVEL) { in mmu_alloc_direct_roots()
3191 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL) in mmu_alloc_shadow_roots()
3224 if (vcpu->arch.mmu.shadow_root_level == PT64_ROOT_LEVEL) { in mmu_alloc_shadow_roots()
3609 context->shadow_root_level = PT32E_ROOT_LEVEL; in nonpaging_init_context()
3830 context->shadow_root_level, uses_nx, in reset_shadow_zero_bits_mask()
3853 context->shadow_root_level, false, in reset_tdp_shadow_zero_bits_mask()
4040 context->shadow_root_level = level; in paging64_init_context_common()
[all …]
Dsvm.c2421 vcpu->arch.mmu.shadow_root_level = get_npt_level(); in nested_svm_init_mmu_context()
/arch/x86/include/asm/
Dkvm_host.h332 int shadow_root_level; member