Lines Matching defs:interrupts
24 /* Interrupts:
26 The code below handles two different types of interrupts.
31 Interrupts that must immediately force either an abort or restart
34 code it may occure to you that, for some interrupts, they could
47 Interrupts such as reset or external exception are delivered using
53 /* Software generated interrupts.
126 /* Hardware generated interrupts:
128 These asynchronous hardware generated interrupts may be called at
129 any time. It is the responsibility of this (the interrupts) module
130 to ensure that interrupts are delivered correctly (when possible).
131 The delivery of these interrupts is controlled by the MSR's
142 `asserted'. While interrupts are disabled, the external interrupt
154 } interrupts;