Home
last modified time | relevance | path

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

/linux/include/linux/
A Dvfio_pci_core.h35 struct vfio_pci_ioeventfd { struct
36 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;
/linux/drivers/vfio/pci/
A Dvfio_pci_rdwr.c413 long vfio_pci_ioeventfd(struct vfio_pci_core_device *vdev, loff_t offset, in vfio_pci_ioeventfd() function

Completed in 6 milliseconds