Searched refs:vfio_get_dev_region_info (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/vfio/ |
H A D | igd.c | 589 ret = vfio_get_dev_region_info(&vdev->vbasedev, in vfio_probe_igd_bar4_quirk() 598 ret = vfio_get_dev_region_info(&vdev->vbasedev, in vfio_probe_igd_bar4_quirk() 607 ret = vfio_get_dev_region_info(&vdev->vbasedev, in vfio_probe_igd_bar4_quirk()
|
H A D | ccw.c | 516 ret = vfio_get_dev_region_info(vdev, VFIO_REGION_TYPE_CCW, in vfio_ccw_get_region() 529 ret = vfio_get_dev_region_info(vdev, VFIO_REGION_TYPE_CCW, in vfio_ccw_get_region() 542 ret = vfio_get_dev_region_info(vdev, VFIO_REGION_TYPE_CCW, in vfio_ccw_get_region()
|
H A D | display.c | 133 ret = vfio_get_dev_region_info(&vdev->vbasedev, in vfio_display_edid_init()
|
H A D | helpers.c | 586 int vfio_get_dev_region_info(VFIODevice *vbasedev, uint32_t type, in vfio_get_dev_region_info() function
|
H A D | pci.c | 3147 ret = vfio_get_dev_region_info(vbasedev, in vfio_realize()
|
/openbmc/qemu/include/hw/vfio/ |
H A D | vfio-common.h | 282 int vfio_get_dev_region_info(VFIODevice *vbasedev, uint32_t type,
|