Searched refs:do_unhandled_exception (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/arch/sh64/kernel/ |
D | traps.c | 50 static void do_unhandled_exception(int trapnr, int signr, char *str, char *fn_name, 56 do_unhandled_exception(trapnr, signr, str, __FUNCTION__, error_code, regs, current); \ 104 do_unhandled_exception(7, SIGSEGV, "address error(load)", __FUNCTION__, in do_address_error_load() 113 do_unhandled_exception(8, SIGSEGV, "address error(store)", __FUNCTION__, in do_address_error_store() 233 …do_unhandled_exception(trapnr, signr, exception_name, "do_reserved_inst", error_code, regs, curren… in do_reserved_inst() 328 static void do_unhandled_exception(int trapnr, int signr, char *str, char *fn_name, in do_unhandled_exception() function
|