Searched refs:interruptDisabledSoft (Results 1 – 4 of 4) sorted by relevance
156 vector->interruptDisabledSoft = 1; 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()754 vector->interruptDisabledSoft = 0; in enableInterrupt()[all …]
734 vector->interruptDisabledSoft = 1; in registerInterrupt()
158 if (!vector->interruptDisabledSoft) { in handleInterrupt()
48 volatile char interruptDisabledSoft; member