Lines Matching refs:then
16 in a register and then used, requiring two extra instructions.
173 then do take an interrupt, we note the flag, really disable interrupts, set
206 (4) If interrupts were then re-enabled (local_irq_enable):
213 kernel would then be back to state (1).
218 and then it clears ICC2.C.
220 (6) If interrupts were then saved and disabled again (local_irq_save):
225 ICC2.Z would then be set to 1 (thus unchanged), and ICC2.C would be
228 (7) If interrupts were then restored from state (6) (local_irq_restore):
239 (8) If interrupts were then enabled (local_irq_enable):
245 then trap as both Z==0 [interrupts virtually enabled] and C==0
246 [interrupts really disabled] would then be true.
256 (12) The interrupt handler would then set ICC2.C to 1 since hardware