Lines Matching full:user

35   Interrupt handlers and user exception handlers support interaction with
37 after user's specific interrupt handlers. These macros are defined in
74 Because Xtensa is a configurable architecture, this port supports all user
136 Macro dispatch_c_isr - dispatch interrupts to user ISRs.
137 This will dispatch to user handlers (if any) that are registered in the
141 to a user handler - this must be handled by the caller of this macro.
200 /* Now look up in the dispatch table and call user ISR if any. */
336 with index 0 containing the entry for user exceptions.
367 user's interrupt handler code (which may be coded in C) and finally
476 User Exception (including Level 1 Interrupt from user mode).
490 call0 _xt_user_exc /* user exception handler */
528 User exception handler.
554 /* Handle all other exceptions. All can have user-defined handlers. */
555 /* NOTE: we'll stay on the user stack for exception handling. */
611 l32i a4, a4, 0 /* user exception hook index 0 */
675 Syscall Exception Handler (jumped to from User Exception Handler).
745 Co-Processor Exception Handler (jumped to from User Exception Handler).
951 break 1, 1 /* unhandled user exception */
997 /* OK to call C code at this point, dispatch user ISRs */
1023 user's interrupt handler code (which may be coded in C) and finally
1079 /* OK to call C code at this point, dispatch user ISRs */
1152 /* OK to call C code at this point, dispatch user ISRs */
1224 /* OK to call C code at this point, dispatch user ISRs */
1296 /* OK to call C code at this point, dispatch user ISRs */
1368 /* OK to call C code at this point, dispatch user ISRs */