Home
last modified time | relevance | path

Searched refs:VFIO_DEVICE_GET_IRQ_INFO (Results 1 – 20 of 20) sorted by relevance

/openbmc/qemu/hw/vfio/
H A Dap.c104 if (ioctl(vdev->fd, VFIO_DEVICE_GET_IRQ_INFO, in vfio_ap_register_irq_notifier()
H A Dplatform.c480 ret = ioctl(vbasedev->fd, VFIO_DEVICE_GET_IRQ_INFO, &irq); in vfio_populate_device()
H A Dccw.c421 if (ioctl(vdev->fd, VFIO_DEVICE_GET_IRQ_INFO, in vfio_ccw_register_irq_notifier()
H A Dpci.c1595 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 Dtrace-events39 vfio_populate_device_get_irq_info_failure(const char *errstr) "VFIO_DEVICE_GET_IRQ_INFO failure: %s"
/openbmc/linux/include/uapi/linux/
H A Dvfio.h544 #define VFIO_DEVICE_GET_IRQ_INFO _IO(VFIO_TYPE, VFIO_BASE + 9) macro
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h544 #define VFIO_DEVICE_GET_IRQ_INFO _IO(VFIO_TYPE, VFIO_BASE + 9) macro
/openbmc/linux/drivers/vfio/fsl-mc/
H A Dvfio_fsl_mc.c176 case VFIO_DEVICE_GET_IRQ_INFO: in vfio_fsl_mc_ioctl()
/openbmc/linux/drivers/vfio/platform/
H A Dvfio_platform_common.c325 } else if (cmd == VFIO_DEVICE_GET_IRQ_INFO) { in vfio_platform_ioctl()
/openbmc/linux/drivers/s390/cio/
H A Dvfio_ccw_ops.c553 case VFIO_DEVICE_GET_IRQ_INFO: in vfio_ccw_mdev_ioctl()
/openbmc/linux/samples/vfio-mdev/
H A Dmdpy.c569 case VFIO_DEVICE_GET_IRQ_INFO: in mdpy_ioctl()
H A Dmtty.c1258 case VFIO_DEVICE_GET_IRQ_INFO: in mtty_ioctl()
H A Dmbochs.c1240 case VFIO_DEVICE_GET_IRQ_INFO: in mbochs_ioctl()
/openbmc/qemu/util/
H A Dvfio-helpers.c205 if (ioctl(s->device, VFIO_DEVICE_GET_IRQ_INFO, &irq_info)) { in qemu_vfio_pci_init_irq()
/openbmc/linux/Documentation/arch/s390/
H A Dvfio-ccw.rst343 VFIO_DEVICE_GET_IRQ_INFO
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c1314 } else if (cmd == VFIO_DEVICE_GET_IRQ_INFO) { in intel_vgpu_ioctl()
/openbmc/linux/drivers/s390/crypto/
H A Dvfio_ap_ops.c2011 case VFIO_DEVICE_GET_IRQ_INFO: in vfio_ap_mdev_ioctl()
/openbmc/linux/Documentation/driver-api/
H A Dvfio.rst234 ioctl(device, VFIO_DEVICE_GET_IRQ_INFO, &irq);
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c1470 case VFIO_DEVICE_GET_IRQ_INFO: in vfio_pci_core_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch1365 +pub const VFIO_DEVICE_GET_IRQ_INFO: u32 = 15213;