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