Home
last modified time | relevance | path

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

/qemu/hw/vfio/
H A Dcontainer-base.c30 g_assert(bcontainer->ops->dma_unmap); in vfio_container_dma_unmap()
31 return bcontainer->ops->dma_unmap(bcontainer, iova, size, iotlb); in vfio_container_dma_unmap()
H A Diommufd.c616 vioc->dma_unmap = iommufd_cdev_unmap; in vfio_iommu_iommufd_class_init()
H A Dcontainer.c1131 vioc->dma_unmap = vfio_legacy_dma_unmap; in vfio_iommu_legacy_class_init()
/qemu/include/hw/vfio/
H A Dvfio-container-base.h117 int (*dma_unmap)(const VFIOContainerBase *bcontainer, member