Searched defs:vfio_pci_ioeventfd (Results 1 – 2 of 2) sorted by relevance
32 struct vfio_pci_ioeventfd { struct33 struct list_head next;34 struct virqfd *virqfd;35 void __iomem *addr;36 uint64_t data;37 loff_t pos;38 int bar;39 int count;
301 long vfio_pci_ioeventfd(struct vfio_pci_device *vdev, loff_t offset, in vfio_pci_ioeventfd() function