Lines Matching refs:interruptDisabledSoft
153 wasDisabledSoft = vector->interruptDisabledSoft; in registerInterrupt()
156 vector->interruptDisabledSoft = 1; in registerInterrupt()
182 wasDisabledSoft = vector->interruptDisabledSoft; in registerInterrupt()
193 vector->interruptDisabledSoft = 1; in registerInterrupt()
222 vector->interruptDisabledSoft = 1; in registerInterrupt()
259 vector->interruptDisabledSoft = 0; in unregisterInterrupt()
308 if (vector->interruptDisabledSoft) { in enableInterrupt()
309 vector->interruptDisabledSoft = 0; in enableInterrupt()
349 vector->interruptDisabledSoft = 1; in disableInterrupt()
655 vector->interruptDisabledSoft = 1; in registerInterrupt()
699 vector->interruptDisabledSoft = 0; in unregisterInterrupt()
749 if (!vector->interruptDisabledSoft) { in enableInterrupt()
754 vector->interruptDisabledSoft = 0; in enableInterrupt()
782 if (!vector->interruptDisabledSoft) { in disableInterrupt()
783 vector->interruptDisabledSoft = 1; in disableInterrupt()
823 if (!vector->interruptDisabledSoft) { in handleInterrupt()