Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/include/uapi/linux/
H A Dvfio.h1584 #define VFIO_DMA_UNMAP_FLAG_ALL (1 << 1) macro
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h1608 #define VFIO_DMA_UNMAP_FLAG_ALL (1 << 1) macro
/openbmc/linux/drivers/vfio/
H A Dvfio_iommu_type1.c1289 bool unmap_all = unmap->flags & VFIO_DMA_UNMAP_FLAG_ALL; in vfio_dma_do_unmap()
2847 VFIO_DMA_UNMAP_FLAG_ALL; in vfio_iommu_type1_unmap_dma()
2860 (unmap.flags & (VFIO_DMA_UNMAP_FLAG_ALL | in vfio_iommu_type1_unmap_dma()
/openbmc/linux/tools/testing/selftests/iommu/
H A Diommufd.c1734 unmap_cmd.flags = VFIO_DMA_UNMAP_FLAG_ALL; in TEST_F()