Home
last modified time | relevance | path

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

/linux-5.10/drivers/vfio/pci/
Dvfio_pci_private.h34 struct vfio_pci_ioeventfd { struct
35 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;
Dvfio_pci_rdwr.c413 long vfio_pci_ioeventfd(struct vfio_pci_device *vdev, loff_t offset, in vfio_pci_ioeventfd() function