Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dvfio.h597 #define VFIO_DEVICE_IOEVENTFD_SIZE_MASK (0xf) macro
/Linux-v4.19/drivers/vfio/pci/
Dvfio_pci.c1037 if (ioeventfd.flags & ~VFIO_DEVICE_IOEVENTFD_SIZE_MASK) in vfio_pci_ioctl()
1040 count = ioeventfd.flags & VFIO_DEVICE_IOEVENTFD_SIZE_MASK; in vfio_pci_ioctl()