Searched refs:VFIO_DEVICE_GET_REGION_INFO (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/drivers/vfio/cdx/ |
H A D | main.c | 111 case VFIO_DEVICE_GET_REGION_INFO: in vfio_cdx_ioctl()
|
/openbmc/qemu/util/ |
H A D | vfio-helpers.c | 148 if (ioctl(s->device, VFIO_DEVICE_GET_REGION_INFO, &s->bar_region_info[index])) { in qemu_vfio_pci_init_bar() 425 if (ioctl(s->device, VFIO_DEVICE_GET_REGION_INFO, &s->config_region_info)) { in qemu_vfio_init_pci()
|
/openbmc/linux/include/uapi/linux/ |
H A D | vfio.h | 283 #define VFIO_DEVICE_GET_REGION_INFO _IO(VFIO_TYPE, VFIO_BASE + 8) macro
|
/openbmc/qemu/linux-headers/linux/ |
H A D | vfio.h | 283 #define VFIO_DEVICE_GET_REGION_INFO _IO(VFIO_TYPE, VFIO_BASE + 8) macro
|
/openbmc/linux/drivers/vfio/fsl-mc/ |
H A D | vfio_fsl_mc.c | 152 case VFIO_DEVICE_GET_REGION_INFO: in vfio_fsl_mc_ioctl()
|
/openbmc/linux/drivers/vfio/platform/ |
H A D | vfio_platform_common.c | 303 } else if (cmd == VFIO_DEVICE_GET_REGION_INFO) { in vfio_platform_ioctl()
|
/openbmc/linux/drivers/s390/cio/ |
H A D | vfio_ccw_ops.c | 535 case VFIO_DEVICE_GET_REGION_INFO: in vfio_ccw_mdev_ioctl()
|
/openbmc/linux/samples/vfio-mdev/ |
H A D | mdpy.c | 544 case VFIO_DEVICE_GET_REGION_INFO: in mdpy_ioctl()
|
H A D | mtty.c | 1233 case VFIO_DEVICE_GET_REGION_INFO: in mtty_ioctl()
|
H A D | mbochs.c | 1215 case VFIO_DEVICE_GET_REGION_INFO: in mbochs_ioctl()
|
/openbmc/qemu/hw/vfio/ |
H A D | helpers.c | 542 if (ioctl(vbasedev->fd, VFIO_DEVICE_GET_REGION_INFO, *info)) { in vfio_get_region_info()
|
/openbmc/linux/Documentation/driver-api/ |
H A D | vfio.rst | 223 ioctl(device, VFIO_DEVICE_GET_REGION_INFO, ®); 456 by the device's own VFIO_DEVICE_GET_REGION_INFO ioctl.
|
/openbmc/linux/drivers/vfio/pci/hisilicon/ |
H A D | hisi_acc_vfio_pci.c | 1269 if (cmd == VFIO_DEVICE_GET_REGION_INFO) { in hisi_acc_vfio_pci_ioctl()
|
/openbmc/linux/Documentation/arch/s390/ |
H A D | vfio-ccw.rst | 344 VFIO_DEVICE_GET_REGION_INFO
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | kvmgt.c | 1163 } else if (cmd == VFIO_DEVICE_GET_REGION_INFO) { in intel_vgpu_ioctl()
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_core.c | 1474 case VFIO_DEVICE_GET_REGION_INFO: in vfio_pci_core_ioctl()
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rv32-missing-syscalls.patch | 813 +pub const VFIO_DEVICE_GET_REGION_INFO: u32 = 15212;
|