Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iommu/iommufd/
Dvfio_compat.c207 u32 supported_flags = VFIO_DMA_UNMAP_FLAG_ALL; in iommufd_vfio_unmap_dma()
223 if (unmap.flags & VFIO_DMA_UNMAP_FLAG_ALL) { in iommufd_vfio_unmap_dma()
/linux-6.12.1/include/uapi/linux/
Dvfio.h1608 #define VFIO_DMA_UNMAP_FLAG_ALL (1 << 1) macro
/linux-6.12.1/drivers/vfio/
Dvfio_iommu_type1.c1273 bool unmap_all = unmap->flags & VFIO_DMA_UNMAP_FLAG_ALL; in vfio_dma_do_unmap()
2834 VFIO_DMA_UNMAP_FLAG_ALL; in vfio_iommu_type1_unmap_dma()
2847 (unmap.flags & (VFIO_DMA_UNMAP_FLAG_ALL | in vfio_iommu_type1_unmap_dma()
/linux-6.12.1/tools/testing/selftests/iommu/
Diommufd.c2319 unmap_cmd.flags = VFIO_DMA_UNMAP_FLAG_ALL; in TEST_F()