Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm_host.h1755 #define KVM_MMU_ROOTS_ALL (~0UL) macro
/arch/x86/kvm/vmx/
Dnested.c315 kvm_mmu_free_roots(vcpu, &vcpu->arch.guest_mmu, KVM_MMU_ROOTS_ALL); in free_nested()
5093 kvm_mmu_free_roots(vcpu, &vcpu->arch.guest_mmu, KVM_MMU_ROOTS_ALL); in nested_release_vmcs12()
5533 roots_to_free = KVM_MMU_ROOTS_ALL; in handle_invept()
/arch/x86/kvm/mmu/
Dmmu.c5102 kvm_mmu_free_roots(vcpu, &vcpu->arch.root_mmu, KVM_MMU_ROOTS_ALL); in kvm_mmu_unload()
5104 kvm_mmu_free_roots(vcpu, &vcpu->arch.guest_mmu, KVM_MMU_ROOTS_ALL); in kvm_mmu_unload()