Home
last modified time | relevance | path

Searched refs:VFIO_IOMMU_MAP_DMA (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/vfio_sys/src/
Dlib.rs38 ioctl_io_nr!(VFIO_IOMMU_MAP_DMA, VFIO_TYPE, VFIO_BASE + 13);
/external/kernel-headers/original/uapi/linux/
Dvfio.h1104 #define VFIO_IOMMU_MAP_DMA _IO(VFIO_TYPE, VFIO_BASE + 13) macro
/external/crosvm/devices/src/
Dvfio.rs140 let ret = ioctl_with_ref(self, VFIO_IOMMU_MAP_DMA(), &dma_map); in vfio_dma_map()