Lines Matching refs:interrupt
43 // If the current limits are special (e.g. due to a pending interrupt) then
59 // If the current limits are special (e.g. due to a pending interrupt) then
119 for (int interrupt = 1; interrupt < ALL_INTERRUPTS;
120 interrupt = interrupt << 1) {
121 InterruptFlag flag = static_cast<InterruptFlag>(interrupt);
147 // Not intercepted. Set as active interrupt flag.
157 // Clear the interrupt flag from the chain of InterruptsScope.
163 // Clear the interrupt flag from the active interrupt flags.
183 // The TERMINATE_EXECUTION interrupt is special, since it terminates
279 // Fetch and clear interrupt bits in one go. See comments inside the method