Searched refs:vfio_irq_ctx_get (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/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 94 ctx = vfio_irq_ctx_get(vdev, 0); in vfio_send_intx_eventfd() 123 ctx = vfio_irq_ctx_get(vdev, 0); in vfio_pci_intx_mask() 172 ctx = vfio_irq_ctx_get(vdev, 0); in vfio_pci_intx_unmask_handler() 210 ctx = vfio_irq_ctx_get(vdev, 0); in vfio_intx_handler() 272 ctx = vfio_irq_ctx_get(vdev, 0); in vfio_intx_set_signal() 327 ctx = vfio_irq_ctx_get(vdev, 0); in vfio_intx_disable() 424 ctx = vfio_irq_ctx_get(vdev, vector); in vfio_msi_set_vector_signal() 569 struct vfio_pci_irq_ctx *ctx = vfio_irq_ctx_get(vdev, 0); in vfio_pci_set_intx_unmask() 688 ctx = vfio_irq_ctx_get(vdev, i); in vfio_pci_set_msi_trigger()
|