Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/cio/
H A Dvfio_ccw_cp.c428 ret = vfio_dma_rw(vdev, cda, cp->guest_cp, CCWCHAIN_LEN_MAX * sizeof(struct ccw1), false); in ccwchain_handle_ccw()
523 ret = vfio_dma_rw(vdev, ccw->cda, idaws, idal_len, false); in get_guest_idal()
575 ret = vfio_dma_rw(vdev, ccw->cda, &iova, size, false); in ccw_count_idaws()
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dgvt.h736 return vfio_dma_rw(&vgpu->vfio_device, gpa, buf, len, false); in intel_gvt_read_gpa()
754 return vfio_dma_rw(&vgpu->vfio_device, gpa, buf, len, true); in intel_gvt_write_gpa()
/openbmc/linux/include/linux/
H A Dvfio.h317 int vfio_dma_rw(struct vfio_device *device, dma_addr_t iova,
/openbmc/linux/drivers/vfio/
H A Dvfio_main.c1613 int vfio_dma_rw(struct vfio_device *device, dma_addr_t iova, void *data, in vfio_dma_rw() function
1639 EXPORT_SYMBOL(vfio_dma_rw);