Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dvfio.h764 #define VFIO_DEVICE_IOEVENTFD_SIZE_MASK (0xf) macro
/linux-5.19.10/drivers/vfio/pci/
Dvfio_pci_core.c1149 if (ioeventfd.flags & ~VFIO_DEVICE_IOEVENTFD_SIZE_MASK) in vfio_pci_core_ioctl()
1152 count = ioeventfd.flags & VFIO_DEVICE_IOEVENTFD_SIZE_MASK; in vfio_pci_core_ioctl()