Home
last modified time | relevance | path

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

/qemu/hw/vfio/
H A Dcontainer.c200 if (ioctl(container->fd, VFIO_IOMMU_MAP_DMA, &map) == 0 || in vfio_legacy_dma_map()
203 ioctl(container->fd, VFIO_IOMMU_MAP_DMA, &map) == 0)) { in vfio_legacy_dma_map()
/qemu/linux-headers/linux/
H A Dvfio.h1568 #define VFIO_IOMMU_MAP_DMA _IO(VFIO_TYPE, VFIO_BASE + 13) macro
/qemu/util/
H A Dvfio-helpers.c626 if (ioctl(s->container, VFIO_IOMMU_MAP_DMA, &dma_map)) { in qemu_vfio_do_mapping()