Home
last modified time | relevance | path

Searched refs:VFIO_DEVICE_IOEVENTFD_SIZE_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dvfio.h865 #define VFIO_DEVICE_IOEVENTFD_SIZE_MASK (0xf) macro
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h866 #define VFIO_DEVICE_IOEVENTFD_SIZE_MASK (0xf) macro
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c1448 if (ioeventfd.flags & ~VFIO_DEVICE_IOEVENTFD_SIZE_MASK) in vfio_pci_ioctl_ioeventfd()
1451 count = ioeventfd.flags & VFIO_DEVICE_IOEVENTFD_SIZE_MASK; in vfio_pci_ioctl_ioeventfd()