Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h2038 void kvm_mmu_free_guest_mode_roots(struct kvm *kvm, struct kvm_mmu *mmu);
/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu.c3615 void kvm_mmu_free_guest_mode_roots(struct kvm *kvm, struct kvm_mmu *mmu) in kvm_mmu_free_guest_mode_roots() function
3640 EXPORT_SYMBOL_GPL(kvm_mmu_free_guest_mode_roots);
/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.c5832 kvm_mmu_free_guest_mode_roots(vcpu->kvm, &vcpu->arch.root_mmu); in handle_invvpid()