Searched refs:vfio_dma_rw (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/s390/cio/ |
| H A D | vfio_ccw_cp.c | 431 ret = vfio_dma_rw(vdev, gcda, cp->guest_cp, CCWCHAIN_LEN_MAX * sizeof(struct ccw1), false); in ccwchain_handle_ccw() 525 ret = vfio_dma_rw(vdev, dma32_to_u32(ccw->cda), idaws, idal_len, false); in get_guest_idal() 581 ret = vfio_dma_rw(vdev, dma32_to_u32(ccw->cda), &iova, size, false); in ccw_count_idaws()
|
| /linux-6.15/drivers/gpu/drm/i915/gvt/ |
| H A D | gvt.h | 724 return vfio_dma_rw(&vgpu->vfio_device, gpa, buf, len, false); in intel_gvt_read_gpa() 742 return vfio_dma_rw(&vgpu->vfio_device, gpa, buf, len, true); in intel_gvt_write_gpa()
|
| /linux-6.15/include/linux/ |
| H A D | vfio.h | 339 int vfio_dma_rw(struct vfio_device *device, dma_addr_t iova,
|
| /linux-6.15/drivers/vfio/ |
| H A D | vfio_main.c | 1669 int vfio_dma_rw(struct vfio_device *device, dma_addr_t iova, void *data, in vfio_dma_rw() function 1695 EXPORT_SYMBOL(vfio_dma_rw);
|