Searched refs:do_unhandled_exception (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/arch/sh/kernel/ |
D | traps_64.c | 45 static void do_unhandled_exception(int trapnr, int signr, char *str, char *fn_name, 51 do_unhandled_exception(trapnr, signr, str, __stringify(name), error_code, regs, current); \ 98 do_unhandled_exception(7, SIGSEGV, "address error(load)", in do_address_error_load() 108 do_unhandled_exception(8, SIGSEGV, "address error(store)", in do_address_error_store() 229 …do_unhandled_exception(trapnr, signr, exception_name, "do_reserved_inst", error_code, regs, curren… in do_reserved_inst() 283 static void do_unhandled_exception(int trapnr, int signr, char *str, char *fn_name, in do_unhandled_exception() function
|