DO_ERROR          613 arch/sh/kernel/traps_64.c DO_ERROR(SIGILL,  "illegal slot instruction", illegal_slot_inst)
DO_ERROR          614 arch/sh/kernel/traps_64.c DO_ERROR(SIGSEGV, "address error (exec)", address_error_exec)
DO_ERROR          290 arch/x86/kernel/traps.c DO_ERROR(X86_TRAP_OF,     SIGSEGV,          0, NULL, "overflow",            overflow)
DO_ERROR          291 arch/x86/kernel/traps.c DO_ERROR(X86_TRAP_UD,     SIGILL,  ILL_ILLOPN,   IP, "invalid opcode",      invalid_op)
DO_ERROR          292 arch/x86/kernel/traps.c DO_ERROR(X86_TRAP_OLD_MF, SIGFPE,           0, NULL, "coprocessor segment overrun", coprocessor_segment_overrun)
DO_ERROR          293 arch/x86/kernel/traps.c DO_ERROR(X86_TRAP_TS,     SIGSEGV,          0, NULL, "invalid TSS",         invalid_TSS)
DO_ERROR          294 arch/x86/kernel/traps.c DO_ERROR(X86_TRAP_NP,     SIGBUS,           0, NULL, "segment not present", segment_not_present)
DO_ERROR          295 arch/x86/kernel/traps.c DO_ERROR(X86_TRAP_SS,     SIGBUS,           0, NULL, "stack segment",       stack_segment)
DO_ERROR          296 arch/x86/kernel/traps.c DO_ERROR(X86_TRAP_AC,     SIGBUS,  BUS_ADRALN, NULL, "alignment check",     alignment_check)