Searched refs:handle_exception (Results 1 – 13 of 13) sorted by relevance
1 handle_exception: label66 jmp handle_exception
38 extern void handle_exception(struct pt_regs *regs);
316 handle_exception (struct pt_regs *regs) in handle_exception() function533 debugger_exception_handler = handle_exception; in kgdb_init()
718 jmp handle_exception1097 jmp handle_exception1150 SYM_CODE_START_LOCAL_NOALIGN(handle_exception)1191 SYM_CODE_END(handle_exception)
26 extern asmlinkage void handle_exception(void);
20 ENTRY(handle_exception)375 END(handle_exception)
168 la a0, handle_exception
297 bra handle_exception
1127 static void handle_exception(struct mesh_state *ms) in handle_exception() function1520 handle_exception(ms); in cmd_complete()1678 handle_exception(ms); in DEF_SCSI_QCMD()
2313 static void handle_exception(struct fsg_common *common) in handle_exception() function2428 handle_exception(common); in fsg_main_thread()
2367 static void handle_exception(struct fsg_common *common) in handle_exception() function2522 handle_exception(common); in fsg_main_thread()
19719 This routine arranges for 'handle_exception' to run when your19723 'handle_exception'19725 explicitly--the setup code arranges for 'handle_exception' to run19728 'handle_exception' takes control when your program stops during19731 communications protocol is implemented; 'handle_exception' acts as19736 that point, 'handle_exception' returns control to your own code on19745 'handle_exception'--in effect, to GDB. On some machines, simply19858 adjust 'handle_exception' to arrange for it to return to the55572 * handle_exception: Stub Contents. (line 15)