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

/linux-master/drivers/s390/cio/
H A Dvfio_ccw_cp.c431 ret = vfio_dma_rw(vdev, gcda, cp->guest_cp, CCWCHAIN_LEN_MAX * sizeof(struct ccw1), false);
524 ret = vfio_dma_rw(vdev, dma32_to_u32(ccw->cda), idaws, idal_len, false);
580 ret = vfio_dma_rw(vdev, dma32_to_u32(ccw->cda), &iova, size, false);
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dgvt.h728 return vfio_dma_rw(&vgpu->vfio_device, gpa, buf, len, false);
746 return vfio_dma_rw(&vgpu->vfio_device, gpa, buf, len, true);
/linux-master/include/linux/
H A Dvfio.h324 int vfio_dma_rw(struct vfio_device *device, dma_addr_t iova,
/linux-master/drivers/vfio/
H A Dvfio_main.c1625 int vfio_dma_rw(struct vfio_device *device, dma_addr_t iova, void *data, function
1651 EXPORT_SYMBOL(vfio_dma_rw); variable

Completed in 128 milliseconds