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 vfio_pci_core_device *vdev;38 struct virqfd *virqfd;39 void __iomem *addr;40 uint64_t data;41 loff_t pos;42 int bar;43 int count;44 bool test_mem;
413 long vfio_pci_ioeventfd(struct vfio_pci_core_device *vdev, loff_t offset, in vfio_pci_ioeventfd() function
Completed in 6 milliseconds