Home
last modified time | relevance | path

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

/linux/include/uapi/drm/
H A Dpanthor_drm.h152 DRM_IOCTL_PANTHOR(WR, VM_DESTROY, vm_destroy)
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_drv.c1392 PANTHOR_IOCTL(VM_DESTROY, vm_destroy, DRM_RENDER_ALLOW),
/linux/arch/x86/include/asm/
H A Dkvm_host.h1666 void (*vm_destroy)(struct kvm *kvm); member
/linux/arch/x86/kvm/svm/
H A Dsvm.c5065 .vm_destroy = svm_vm_destroy,
/linux/arch/x86/kvm/
H A Dx86.c12883 kvm_x86_call(vm_destroy)(kvm); in kvm_arch_destroy_vm() local