Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
A Dmmu.c3364 u8 shadow_root_level = mmu->shadow_root_level; in mmu_alloc_direct_roots() local
3514 mmu->shadow_root_level, false); in mmu_alloc_shadow_roots()
3530 if (mmu->shadow_root_level >= PT64_ROOT_4LEVEL) { in mmu_alloc_shadow_roots()
3564 if (mmu->shadow_root_level == PT64_ROOT_5LEVEL) in mmu_alloc_shadow_roots()
3594 mmu->shadow_root_level < PT64_ROOT_4LEVEL) in mmu_alloc_special_roots()
4188 if (mmu->shadow_root_level >= PT64_ROOT_4LEVEL && in fast_pgd_switch()
4462 context->shadow_root_level, uses_nx, in reset_shadow_zero_bits_mask()
4468 for (i = context->shadow_root_level; --i >= 0;) { in reset_shadow_zero_bits_mask()
4496 context->shadow_root_level, false, in reset_tdp_shadow_zero_bits_mask()
4506 for (i = context->shadow_root_level; --i >= 0;) { in reset_tdp_shadow_zero_bits_mask()
[all …]
A Dtdp_mmu.c201 role = page_role_for_level(vcpu, vcpu->arch.mmu->shadow_root_level); in kvm_tdp_mmu_get_vcpu_root_hpa()
210 root = alloc_tdp_mmu_page(vcpu, 0, vcpu->arch.mmu->shadow_root_level); in kvm_tdp_mmu_get_vcpu_root_hpa()
638 _mmu->shadow_root_level, _start, _end)
1493 *root_level = vcpu->arch.mmu->shadow_root_level; in kvm_tdp_mmu_get_walk()
/linux/arch/x86/kvm/
A Dmmu.h114 vcpu->arch.mmu->shadow_root_level); in kvm_mmu_load_pgd()
/linux/arch/x86/include/asm/
A Dkvm_host.h434 u8 shadow_root_level; member
/linux/arch/x86/kvm/svm/
A Dsvm.c4003 } else if (vcpu->arch.mmu->shadow_root_level >= PT64_ROOT_4LEVEL) { in svm_load_mmu_pgd()
/linux/arch/x86/kvm/vmx/
A Dvmx.c2935 mmu->shadow_root_level)); in vmx_flush_tlb_current()

Completed in 47 milliseconds