Searched refs:do_unhandled_exception (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dtraps.c50 static void do_unhandled_exception(int trapnr, int signr, char *str, char *fn_name,
56 do_unhandled_exception(trapnr, signr, str, __stringify(name), error_code, regs, current); \
103 do_unhandled_exception(7, SIGSEGV, "address error(load)",
113 do_unhandled_exception(8, SIGSEGV, "address error(store)",
230 do_unhandled_exception(trapnr, signr, exception_name, "do_reserved_inst", error_code, regs, current);
286 static void do_unhandled_exception(int trapnr, int signr, char *str, char *fn_name, function

Completed in 62 milliseconds