Lines Matching refs:interrupt
23 2. Efficient interrupt handling by SPE as well as NSPE
30 a. NSPE interrupt handling implementation should be independent
44 - A NSPE interrupt takes control into NSPE from SPE
45 - A SPE interrupt takes control into SPE from NSPE
87 2. **The SPE interrupt handler is allowed to trigger a SPE context switch**
90 If the SPE context targeted by the interrupt is not same as current SPE context,
98 b. If SP1 was pre-empted by a NSPE interrupt, and subsequent NSPE execution is
104 c. If SP1 was pre-empted by a NSPE interrupt, and subsequent NSPE execution is
110 the SP1 context, if a SPE interrupt preempts the currently running NSPE context,
150 interrupt bringing back the execution into SPE.
163 on arrival of a SPE interrupt.
170 interrupt bringing back the execution into SPE.
173 **the called service is waiting (on interrupt/event).**
196 1. **A higher priority NSPE interrupt is allowed to preempt a lower priority**
199 2. **A higher priority SPE interrupt is allowed to preempt a lower priority**
202 3. **A SPE interrupt is allowed to preempt NSPE ISR**
204 4. **A NSPE interrupt is not allowed to preempt SPE ISR**