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

/linux-master/include/uapi/linux/
H A Dvfio.h866 #define VFIO_DEVICE_IOEVENTFD_SIZE_MASK (0xf) macro
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_core.c1428 if (ioeventfd.flags & ~VFIO_DEVICE_IOEVENTFD_SIZE_MASK)
1431 count = ioeventfd.flags & VFIO_DEVICE_IOEVENTFD_SIZE_MASK;

Completed in 238 milliseconds