Searched refs:vfio_dma_rw (Results 1 – 3 of 3) sorted by relevance
| /linux/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/include/linux/ |
| H A D | vfio.h | 349 int vfio_dma_rw(struct vfio_device *device, dma_addr_t iova,
|
| /linux/drivers/vfio/ |
| H A D | vfio_main.c | 1741 int vfio_dma_rw(struct vfio_device *device, dma_addr_t iova, void *data, in vfio_dma_rw() function 1767 EXPORT_SYMBOL(vfio_dma_rw);
|