Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dvfio.h213 int vfio_dma_rw(struct vfio_device *device, dma_addr_t iova,
/linux-6.1.9/drivers/vfio/
Dcontainer.c626 int vfio_dma_rw(struct vfio_device *device, dma_addr_t iova, void *data, in vfio_dma_rw() function
647 EXPORT_SYMBOL(vfio_dma_rw);
/linux-6.1.9/drivers/gpu/drm/i915/gvt/
Dgvt.h732 return vfio_dma_rw(&vgpu->vfio_device, gpa, buf, len, false); in intel_gvt_read_gpa()
750 return vfio_dma_rw(&vgpu->vfio_device, gpa, buf, len, true); in intel_gvt_write_gpa()