Searched refs:VFIO_DMA_UNMAP_FLAG_ALL (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/iommu/iommufd/
H A Dvfio_compat.c207 u32 supported_flags = VFIO_DMA_UNMAP_FLAG_ALL;
223 if (unmap.flags & VFIO_DMA_UNMAP_FLAG_ALL) {
/linux-master/include/uapi/linux/
H A Dvfio.h49 /* Supports VFIO_DMA_UNMAP_FLAG_ALL */
1596 * If flags & VFIO_DMA_UNMAP_FLAG_ALL, unmap all addresses. iova and size
1608 #define VFIO_DMA_UNMAP_FLAG_ALL (1 << 1) macro
/linux-master/drivers/vfio/
H A Dvfio_iommu_type1.c1277 bool unmap_all = unmap->flags & VFIO_DMA_UNMAP_FLAG_ALL;
2837 VFIO_DMA_UNMAP_FLAG_ALL;
2850 (unmap.flags & (VFIO_DMA_UNMAP_FLAG_ALL |
/linux-master/tools/testing/selftests/iommu/
H A Diommufd.c2279 unmap_cmd.flags = VFIO_DMA_UNMAP_FLAG_ALL;

Completed in 130 milliseconds