Home
last modified time | relevance | path

Searched defs:vfio_pci_ioeventfd (Results 1 – 2 of 2) sorted by relevance

/drivers/vfio/pci/
Dvfio_pci_priv.h14 struct vfio_pci_ioeventfd { struct
15 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;
Dvfio_pci_rdwr.c415 int vfio_pci_ioeventfd(struct vfio_pci_core_device *vdev, loff_t offset, in vfio_pci_ioeventfd() function