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