Home
last modified time | relevance | path

Searched refs:VFIO_DEVICE_IOEVENTFD (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dvfio.h871 #define VFIO_DEVICE_IOEVENTFD _IO(VFIO_TYPE, VFIO_BASE + 16) macro
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h873 #define VFIO_DEVICE_IOEVENTFD _IO(VFIO_TYPE, VFIO_BASE + 16) macro
/openbmc/qemu/hw/vfio/
H A Dpci-quirks.c305 if (ioctl(vdev->vbasedev.fd, VFIO_DEVICE_IOEVENTFD, &vfio_ioeventfd)) { in vfio_ioeventfd_exit()
393 VFIO_DEVICE_IOEVENTFD, &vfio_ioeventfd); in vfio_ioeventfd_init()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c1476 case VFIO_DEVICE_IOEVENTFD: in vfio_pci_core_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch863 +pub const VFIO_DEVICE_IOEVENTFD: u32 = 15220;