Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/s390/cio/ !
Dvfio_ccw_ops.c186 ret = vfio_register_notifier(vdev, VFIO_IOMMU_NOTIFY, in vfio_ccw_mdev_open_device()
207 vfio_unregister_notifier(vdev, VFIO_IOMMU_NOTIFY, &private->nb); in vfio_ccw_mdev_open_device()
225 vfio_unregister_notifier(vdev, VFIO_IOMMU_NOTIFY, &private->nb); in vfio_ccw_mdev_close_device()
/linux-5.19.10/include/linux/ !
Dvfio.h169 VFIO_IOMMU_NOTIFY = 0, enumerator
/linux-5.19.10/drivers/s390/crypto/ !
Dvfio_ap_ops.c1395 ret = vfio_register_notifier(vdev, VFIO_IOMMU_NOTIFY, &events, in vfio_ap_mdev_open_device()
1411 vfio_unregister_notifier(vdev, VFIO_IOMMU_NOTIFY, in vfio_ap_mdev_close_device()
/linux-5.19.10/drivers/gpu/drm/i915/gvt/ !
Dkvmgt.c792 ret = vfio_register_notifier(vfio_dev, VFIO_IOMMU_NOTIFY, &events, in intel_vgpu_open_device()
836 vfio_unregister_notifier(vfio_dev, VFIO_IOMMU_NOTIFY, in intel_vgpu_open_device()
867 ret = vfio_unregister_notifier(&vgpu->vfio_device, VFIO_IOMMU_NOTIFY, in intel_vgpu_close_device()
/linux-5.19.10/drivers/vfio/ !
Dvfio.c2086 case VFIO_IOMMU_NOTIFY: in vfio_register_notifier()
2107 case VFIO_IOMMU_NOTIFY: in vfio_unregister_notifier()