Home
last modified time | relevance | path

Searched refs:VFIO_GROUP_NOTIFY (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/include/linux/
Dvfio.h170 VFIO_GROUP_NOTIFY = 1, enumerator
/Linux-v5.15/drivers/s390/crypto/
Dvfio_ap_ops.c1295 ret = vfio_register_notifier(vdev->dev, VFIO_GROUP_NOTIFY, in vfio_ap_mdev_open_device()
1309 vfio_unregister_notifier(vdev->dev, VFIO_GROUP_NOTIFY, in vfio_ap_mdev_open_device()
1321 vfio_unregister_notifier(vdev->dev, VFIO_GROUP_NOTIFY, in vfio_ap_mdev_close_device()
/Linux-v5.15/drivers/gpu/drm/i915/gvt/
Dkvmgt.c909 ret = vfio_register_notifier(mdev_dev(mdev), VFIO_GROUP_NOTIFY, &events, in intel_vgpu_open_device()
947 vfio_unregister_notifier(mdev_dev(mdev), VFIO_GROUP_NOTIFY, in intel_vgpu_open_device()
989 ret = vfio_unregister_notifier(mdev_dev(vdev->mdev), VFIO_GROUP_NOTIFY, in __intel_vgpu_release()
/Linux-v5.15/drivers/vfio/
Dvfio.c2320 case VFIO_GROUP_NOTIFY: in vfio_register_notifier()
2349 case VFIO_GROUP_NOTIFY: in vfio_unregister_notifier()