Lines Matching full:masked
52 } else if (!vdev->ctx[0].masked) { in vfio_pci_intx_mask()
62 vdev->ctx[0].masked = true; in vfio_pci_intx_mask()
90 } else if (vdev->ctx[0].masked && !vdev->virq_disabled) { in vfio_pci_intx_unmask_handler()
102 vdev->ctx[0].masked = (ret > 0); in vfio_pci_intx_unmask_handler()
126 vdev->ctx[0].masked = true; in vfio_intx_handler()
128 } else if (!vdev->ctx[0].masked && /* may be shared */ in vfio_intx_handler()
130 vdev->ctx[0].masked = true; in vfio_intx_handler()
157 * If the virtual interrupt is masked, restore it. Devices in vfio_intx_enable()
158 * supporting DisINTx can be masked at the hardware level in vfio_intx_enable()
162 vdev->ctx[0].masked = vdev->virq_disabled; in vfio_intx_enable()
164 pci_intx(vdev->pdev, !vdev->ctx[0].masked); in vfio_intx_enable()
219 if (!vdev->pci_2_3 && vdev->ctx[0].masked) in vfio_intx_set_signal()