Home
last modified time | relevance | path

Searched refs:vfio_irq_ctx_get (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/vfio/pci/
Dvfio_pci_intrs.c53 struct vfio_pci_irq_ctx *vfio_irq_ctx_get(struct vfio_pci_core_device *vdev, in vfio_irq_ctx_get() function
125 ctx = vfio_irq_ctx_get(vdev, 0); in __vfio_pci_intx_mask()
208 struct vfio_pci_irq_ctx *ctx = vfio_irq_ctx_get(vdev, 0); in __vfio_pci_intx_unmask()
326 ctx = vfio_irq_ctx_get(vdev, 0); in vfio_intx_set_signal()
349 ctx = vfio_irq_ctx_get(vdev, 0); in vfio_intx_disable()
449 ctx = vfio_irq_ctx_get(vdev, vector); in vfio_msi_set_vector_signal()
594 struct vfio_pci_irq_ctx *ctx = vfio_irq_ctx_get(vdev, 0); in vfio_pci_set_intx_unmask()
669 vfio_send_intx_eventfd(vdev, vfio_irq_ctx_get(vdev, 0)); in vfio_pci_set_intx_trigger()
673 vfio_send_intx_eventfd(vdev, vfio_irq_ctx_get(vdev, 0)); in vfio_pci_set_intx_trigger()
717 ctx = vfio_irq_ctx_get(vdev, i); in vfio_pci_set_msi_trigger()