Home
last modified time | relevance | path

Searched refs:region_write (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/vfio/
H A Dvfio-device.h238 * @region_write
251 int (*region_write)(VFIODevice *vdev, uint8_t nr, off_t off, uint32_t size, member
/openbmc/qemu/hw/vfio/
H A Dregion.c68 ret = vbasedev->io_ops->region_write(vbasedev, region->nr, in vfio_region_write()
H A Ddevice.c604 .region_write = vfio_device_io_region_write,
H A Dpci.c1134 return vdev->vbasedev.io_ops->region_write(&vdev->vbasedev, in vfio_rom_read()
/openbmc/qemu/hw/vfio-user/
H A Ddevice.c439 .region_write = vfio_user_device_io_region_write,