Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/vfio/pci/
Dvfio_pci_private.h32 struct vfio_pci_ioeventfd { struct
33 struct list_head next;
34 struct virqfd *virqfd;
35 void __iomem *addr;
36 uint64_t data;
37 loff_t pos;
38 int bar;
39 int count;
Dvfio_pci_rdwr.c301 long vfio_pci_ioeventfd(struct vfio_pci_device *vdev, loff_t offset, in vfio_pci_ioeventfd() function