Searched defs:vfio_pci_ioeventfd (Results 1 – 2 of 2) sorted by relevance
14 struct vfio_pci_ioeventfd { struct15 struct list_head next;16 struct vfio_pci_core_device *vdev;17 struct virqfd *virqfd;18 void __iomem *addr;19 uint64_t data;20 loff_t pos;21 int bar;22 int count;23 bool test_mem;
415 int vfio_pci_ioeventfd(struct vfio_pci_core_device *vdev, loff_t offset, in vfio_pci_ioeventfd() function