Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/cio/
Dvfio_ccw_ops.c54 if (action == VFIO_IOMMU_NOTIFY_DMA_UNMAP) { in vfio_ccw_mdev_notifier()
148 unsigned long events = VFIO_IOMMU_NOTIFY_DMA_UNMAP; in vfio_ccw_mdev_open()
/Linux-v4.19/include/linux/
Dvfio.h120 #define VFIO_IOMMU_NOTIFY_DMA_UNMAP BIT(0) macro
/Linux-v4.19/drivers/vfio/
Dvfio_iommu_type1.c964 VFIO_IOMMU_NOTIFY_DMA_UNMAP, in vfio_dma_do_unmap()
1758 *events &= ~VFIO_IOMMU_NOTIFY_DMA_UNMAP; in vfio_iommu_type1_register_notifier()
/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Dkvmgt.c561 if (action == VFIO_IOMMU_NOTIFY_DMA_UNMAP) { in intel_vgpu_iommu_notifier()
612 events = VFIO_IOMMU_NOTIFY_DMA_UNMAP; in intel_vgpu_open()