Searched refs:vfio_irq_ctx_get (Results 1 – 1 of 1) sorted by relevance
/drivers/vfio/pci/ |
D | vfio_pci_intrs.c | 52 struct vfio_pci_irq_ctx *vfio_irq_ctx_get(struct vfio_pci_core_device *vdev, in vfio_irq_ctx_get() function 95 ctx = vfio_irq_ctx_get(vdev, 0); in vfio_send_intx_eventfd() 129 ctx = vfio_irq_ctx_get(vdev, 0); in __vfio_pci_intx_mask() 189 ctx = vfio_irq_ctx_get(vdev, 0); in vfio_pci_intx_unmask_handler() 236 ctx = vfio_irq_ctx_get(vdev, 0); in vfio_intx_handler() 335 ctx = vfio_irq_ctx_get(vdev, 0); in vfio_intx_set_signal() 358 ctx = vfio_irq_ctx_get(vdev, 0); in vfio_intx_disable() 458 ctx = vfio_irq_ctx_get(vdev, vector); in vfio_msi_set_vector_signal() 603 struct vfio_pci_irq_ctx *ctx = vfio_irq_ctx_get(vdev, 0); in vfio_pci_set_intx_unmask() 726 ctx = vfio_irq_ctx_get(vdev, i); in vfio_pci_set_msi_trigger()
|