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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dtraps.c73 #define DO_EINFO(signr, prologue, str, name, sicode) \ macro
96 DO_EINFO(SIGSEGV, {}, "access error", access_error, SEGV_ACCERR);
97 DO_EINFO(SIGSEGV, {}, "insn access error", insn_acc_error, SEGV_ACCERR);
98 DO_EINFO(SIGSEGV, {}, "data access error", data_acc_error, SEGV_ACCERR);
99 DO_EINFO(SIGILL, {}, "privileged opcode", priv_op, ILL_PRVOPC);
100 DO_EINFO(SIGILL, {}, "invalid opcode", invalid_op, ILL_ILLOPC);
101 DO_EINFO(SIGILL, {}, "invalid ex opcode", invalid_exop, ILL_ILLOPC);
102 DO_EINFO(SIGBUS, {}, "invalid address", mem_error, BUS_ADRERR);
103 DO_EINFO(SIGBUS, {}, "bus error", bus_error, BUS_ADRERR);
104 DO_EINFO(SIGIL
[all...]

Completed in 52 milliseconds