Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/include/asm/
Dkvm_host.h1096 void (*vm_destroy)(struct kvm *kvm); member
/Linux-v5.10/arch/x86/kvm/svm/
Dsvm.c4202 .vm_destroy = svm_vm_destroy,
/Linux-v5.10/arch/x86/kvm/
Dx86.c10427 if (kvm_x86_ops.vm_destroy) in kvm_arch_destroy_vm()
10428 kvm_x86_ops.vm_destroy(kvm); in kvm_arch_destroy_vm()