Searched refs:VFIO_DEVICE_GET_IRQ_INFO (Results 1 – 20 of 20) sorted by relevance
/openbmc/qemu/hw/vfio/ |
H A D | ap.c | 104 if (ioctl(vdev->fd, VFIO_DEVICE_GET_IRQ_INFO, in vfio_ap_register_irq_notifier()
|
H A D | platform.c | 480 ret = ioctl(vbasedev->fd, VFIO_DEVICE_GET_IRQ_INFO, &irq); in vfio_populate_device()
|
H A D | ccw.c | 421 if (ioctl(vdev->fd, VFIO_DEVICE_GET_IRQ_INFO, in vfio_ccw_register_irq_notifier()
|
H A D | pci.c | 1595 ret = ioctl(vdev->vbasedev.fd, VFIO_DEVICE_GET_IRQ_INFO, &irq_info); in vfio_msix_early_setup() 2798 ret = ioctl(vdev->vbasedev.fd, VFIO_DEVICE_GET_IRQ_INFO, &irq_info); in vfio_populate_device() 2920 VFIO_DEVICE_GET_IRQ_INFO, &irq_info) < 0 || irq_info.count < 1) { in vfio_register_req_notifier()
|
H A D | trace-events | 39 vfio_populate_device_get_irq_info_failure(const char *errstr) "VFIO_DEVICE_GET_IRQ_INFO failure: %s"
|
/openbmc/linux/include/uapi/linux/ |
H A D | vfio.h | 544 #define VFIO_DEVICE_GET_IRQ_INFO _IO(VFIO_TYPE, VFIO_BASE + 9) macro
|
/openbmc/qemu/linux-headers/linux/ |
H A D | vfio.h | 544 #define VFIO_DEVICE_GET_IRQ_INFO _IO(VFIO_TYPE, VFIO_BASE + 9) macro
|
/openbmc/linux/drivers/vfio/fsl-mc/ |
H A D | vfio_fsl_mc.c | 176 case VFIO_DEVICE_GET_IRQ_INFO: in vfio_fsl_mc_ioctl()
|
/openbmc/linux/drivers/vfio/platform/ |
H A D | vfio_platform_common.c | 325 } else if (cmd == VFIO_DEVICE_GET_IRQ_INFO) { in vfio_platform_ioctl()
|
/openbmc/linux/drivers/s390/cio/ |
H A D | vfio_ccw_ops.c | 553 case VFIO_DEVICE_GET_IRQ_INFO: in vfio_ccw_mdev_ioctl()
|
/openbmc/linux/samples/vfio-mdev/ |
H A D | mdpy.c | 569 case VFIO_DEVICE_GET_IRQ_INFO: in mdpy_ioctl()
|
H A D | mtty.c | 1258 case VFIO_DEVICE_GET_IRQ_INFO: in mtty_ioctl()
|
H A D | mbochs.c | 1240 case VFIO_DEVICE_GET_IRQ_INFO: in mbochs_ioctl()
|
/openbmc/qemu/util/ |
H A D | vfio-helpers.c | 205 if (ioctl(s->device, VFIO_DEVICE_GET_IRQ_INFO, &irq_info)) { in qemu_vfio_pci_init_irq()
|
/openbmc/linux/Documentation/arch/s390/ |
H A D | vfio-ccw.rst | 343 VFIO_DEVICE_GET_IRQ_INFO
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | kvmgt.c | 1314 } else if (cmd == VFIO_DEVICE_GET_IRQ_INFO) { in intel_vgpu_ioctl()
|
/openbmc/linux/drivers/s390/crypto/ |
H A D | vfio_ap_ops.c | 2011 case VFIO_DEVICE_GET_IRQ_INFO: in vfio_ap_mdev_ioctl()
|
/openbmc/linux/Documentation/driver-api/ |
H A D | vfio.rst | 234 ioctl(device, VFIO_DEVICE_GET_IRQ_INFO, &irq);
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_core.c | 1470 case VFIO_DEVICE_GET_IRQ_INFO: in vfio_pci_core_ioctl()
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rv32-missing-syscalls.patch | 1365 +pub const VFIO_DEVICE_GET_IRQ_INFO: u32 = 15213;
|