Searched refs:VFIO_IOMMU_MAP_DMA (Results 1 – 3 of 3) sorted by relevance
38 ioctl_io_nr!(VFIO_IOMMU_MAP_DMA, VFIO_TYPE, VFIO_BASE + 13);
1104 #define VFIO_IOMMU_MAP_DMA _IO(VFIO_TYPE, VFIO_BASE + 13) macro
140 let ret = ioctl_with_ref(self, VFIO_IOMMU_MAP_DMA(), &dma_map); in vfio_dma_map()