Searched defs:vfio_pci_irq_ctx (Results 1 – 1 of 1) sorted by relevance
25 struct vfio_pci_irq_ctx { struct26 struct vfio_pci_core_device *vdev;27 struct eventfd_ctx *trigger;28 struct virqfd *unmask;29 struct virqfd *mask;53 struct vfio_pci_irq_ctx *vfio_irq_ctx_get(struct vfio_pci_core_device *vdev, in vfio_irq_ctx_get() argument