Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dvfio.h152 #define VFIO_IOMMU_NOTIFY_DMA_UNMAP BIT(0) macro
/kernel/linux/linux-5.10/drivers/s390/cio/
Dvfio_ccw_ops.c58 if (action == VFIO_IOMMU_NOTIFY_DMA_UNMAP) { in vfio_ccw_mdev_notifier()
163 unsigned long events = VFIO_IOMMU_NOTIFY_DMA_UNMAP; in vfio_ccw_mdev_open()
/kernel/linux/linux-5.10/drivers/s390/crypto/
Dvfio_ap_ops.c1076 if (action == VFIO_IOMMU_NOTIFY_DMA_UNMAP) { in vfio_ap_mdev_iommu_notifier()
1232 events = VFIO_IOMMU_NOTIFY_DMA_UNMAP; in vfio_ap_mdev_open()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
Dkvmgt.c750 if (action == VFIO_IOMMU_NOTIFY_DMA_UNMAP) { in intel_vgpu_iommu_notifier()
803 events = VFIO_IOMMU_NOTIFY_DMA_UNMAP; in intel_vgpu_open()
/kernel/linux/linux-5.10/drivers/vfio/
Dvfio_iommu_type1.c1268 VFIO_IOMMU_NOTIFY_DMA_UNMAP, in vfio_dma_do_unmap()
2963 *events &= ~VFIO_IOMMU_NOTIFY_DMA_UNMAP; in vfio_iommu_type1_register_notifier()