Searched refs:vfio_dma (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/vfio/
H A Dvfio_iommu_type1.c88 struct vfio_dma { struct
165 static struct vfio_dma *vfio_find_dma(struct vfio_iommu *iommu,
171 struct vfio_dma *dma = rb_entry(node, struct vfio_dma, node);
189 struct vfio_dma *dma_res = NULL;
192 struct vfio_dma *dma = rb_entry(node, struct vfio_dma, node);
209 static void vfio_link_dma(struct vfio_iommu *iommu, struct vfio_dma *new)
212 struct vfio_dma *dma;
216 dma = rb_entry(parent, struct vfio_dma, nod
[all...]

Completed in 131 milliseconds