Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/vfio/pci/
Dvfio_pci_private.h26 struct vfio_pci_irq_ctx { struct
43 struct vfio_pci_irq_ctx *ctx; argument
Dvfio_pci_intrs.c153 vdev->ctx = kzalloc(sizeof(struct vfio_pci_irq_ctx), GFP_KERNEL); in vfio_intx_enable()
258 vdev->ctx = kzalloc(nvec * sizeof(struct vfio_pci_irq_ctx), GFP_KERNEL); in vfio_msi_enable()