Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h954 void (*vm_destroy)(struct kvm *kvm); member
/Linux-v4.19/arch/x86/kvm/
Dx86.c9002 if (kvm_x86_ops->vm_destroy) in kvm_arch_destroy_vm()
9003 kvm_x86_ops->vm_destroy(kvm); in kvm_arch_destroy_vm()
Dsvm.c7061 .vm_destroy = svm_vm_destroy,