Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dvfio.h945 #define VFIO_DEVICE_IOEVENTFD_SIZE_MASK (0xf) macro
/Linux-v5.10/drivers/vfio/pci/
Dvfio_pci.c1335 if (ioeventfd.flags & ~VFIO_DEVICE_IOEVENTFD_SIZE_MASK) in vfio_pci_ioctl()
1338 count = ioeventfd.flags & VFIO_DEVICE_IOEVENTFD_SIZE_MASK; in vfio_pci_ioctl()