Home
last modified time | relevance | path

Searched refs:VFIO_DEVICE_GET_REGION_INFO (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/drivers/vfio/cdx/
H A Dmain.c111 case VFIO_DEVICE_GET_REGION_INFO: in vfio_cdx_ioctl()
/openbmc/qemu/util/
H A Dvfio-helpers.c148 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 Dvfio.h283 #define VFIO_DEVICE_GET_REGION_INFO _IO(VFIO_TYPE, VFIO_BASE + 8) macro
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h283 #define VFIO_DEVICE_GET_REGION_INFO _IO(VFIO_TYPE, VFIO_BASE + 8) macro
/openbmc/linux/drivers/vfio/fsl-mc/
H A Dvfio_fsl_mc.c152 case VFIO_DEVICE_GET_REGION_INFO: in vfio_fsl_mc_ioctl()
/openbmc/linux/drivers/vfio/platform/
H A Dvfio_platform_common.c303 } else if (cmd == VFIO_DEVICE_GET_REGION_INFO) { in vfio_platform_ioctl()
/openbmc/linux/drivers/s390/cio/
H A Dvfio_ccw_ops.c535 case VFIO_DEVICE_GET_REGION_INFO: in vfio_ccw_mdev_ioctl()
/openbmc/linux/samples/vfio-mdev/
H A Dmdpy.c544 case VFIO_DEVICE_GET_REGION_INFO: in mdpy_ioctl()
H A Dmtty.c1233 case VFIO_DEVICE_GET_REGION_INFO: in mtty_ioctl()
H A Dmbochs.c1215 case VFIO_DEVICE_GET_REGION_INFO: in mbochs_ioctl()
/openbmc/qemu/hw/vfio/
H A Dhelpers.c542 if (ioctl(vbasedev->fd, VFIO_DEVICE_GET_REGION_INFO, *info)) { in vfio_get_region_info()
/openbmc/linux/Documentation/driver-api/
H A Dvfio.rst223 ioctl(device, VFIO_DEVICE_GET_REGION_INFO, &reg);
456 by the device's own VFIO_DEVICE_GET_REGION_INFO ioctl.
/openbmc/linux/drivers/vfio/pci/hisilicon/
H A Dhisi_acc_vfio_pci.c1269 if (cmd == VFIO_DEVICE_GET_REGION_INFO) { in hisi_acc_vfio_pci_ioctl()
/openbmc/linux/Documentation/arch/s390/
H A Dvfio-ccw.rst344 VFIO_DEVICE_GET_REGION_INFO
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c1163 } else if (cmd == VFIO_DEVICE_GET_REGION_INFO) { in intel_vgpu_ioctl()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c1474 case VFIO_DEVICE_GET_REGION_INFO: in vfio_pci_core_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch813 +pub const VFIO_DEVICE_GET_REGION_INFO: u32 = 15212;