Lines Matching defs:masked
30 bool masked;
105 /* Returns true if the INTx vfio_pci_irq_ctx.masked value is changed. */
133 if (!ctx->masked) {
143 ctx->masked = true;
193 if (ctx->masked && !vdev->virq_disabled) {
205 ctx->masked = (ret > 0);
244 ctx->masked = true;
246 } else if (!ctx->masked && /* may be shared */
248 ctx->masked = true;
287 * Fill the initial masked state based on virq_disabled. After
289 * masking. igate prevents races during setup, once running masked
298 * yet active, therefore masked is stable and can be used to
304 ctx->masked = vdev->virq_disabled;
306 pci_intx(pdev, !ctx->masked);
309 irqflags = ctx->masked ? IRQF_NO_AUTOEN : 0;