vfio_dma_rw
return vfio_dma_rw(&vgpu->vfio_device, gpa, buf, len, false);
return vfio_dma_rw(&vgpu->vfio_device, gpa, buf, len, true);
ret = vfio_dma_rw(vdev, gcda, cp->guest_cp, CCWCHAIN_LEN_MAX * sizeof(struct ccw1), false);
ret = vfio_dma_rw(vdev, dma32_to_u32(ccw->cda), idaws, idal_len, false);
ret = vfio_dma_rw(vdev, dma32_to_u32(ccw->cda), &iova, size, false);
EXPORT_SYMBOL(vfio_dma_rw);
int vfio_dma_rw(struct vfio_device *device, dma_addr_t iova,