Home
last modified time | relevance | path

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

/drivers/vfio/pci/
Dvfio_pci_private.h32 struct vfio_pci_irq_ctx { struct
75 struct vfio_pci_irq_ctx *ctx;
Dvfio_pci_intrs.c153 vdev->ctx = kzalloc(sizeof(struct vfio_pci_irq_ctx), GFP_KERNEL); in vfio_intx_enable()
259 vdev->ctx = kcalloc(nvec, sizeof(struct vfio_pci_irq_ctx), GFP_KERNEL); in vfio_msi_enable()