Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/iommufd/
H A 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.15/include/uapi/linux/
H A Dvfio.h1618 #define VFIO_DMA_UNMAP_FLAG_ALL (1 << 1) macro
/linux-6.15/drivers/vfio/
H A Dvfio_iommu_type1.c1303 bool unmap_all = unmap->flags & VFIO_DMA_UNMAP_FLAG_ALL; in vfio_dma_do_unmap()
2855 VFIO_DMA_UNMAP_FLAG_ALL; in vfio_iommu_type1_unmap_dma()
2868 (unmap.flags & (VFIO_DMA_UNMAP_FLAG_ALL | in vfio_iommu_type1_unmap_dma()
/linux-6.15/tools/testing/selftests/iommu/
H A Diommufd.c2583 unmap_cmd.flags = VFIO_DMA_UNMAP_FLAG_ALL; in TEST_F()