Searched refs:DO_ERROR_INFO (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/arch/arc/kernel/ |
D | traps.c | 60 #define DO_ERROR_INFO(signr, str, name, sicode) \ macro 70 DO_ERROR_INFO(SIGILL, "Priv Op/Disabled Extn", do_privilege_fault, ILL_PRVOPC) 71 DO_ERROR_INFO(SIGILL, "Invalid Extn Insn", do_extension_fault, ILL_ILLOPC) 72 DO_ERROR_INFO(SIGILL, "Illegal Insn (or Seq)", insterror_is_error, ILL_ILLOPC) 73 DO_ERROR_INFO(SIGBUS, "Invalid Mem Access", __weak do_memory_error, BUS_ADRERR) 74 DO_ERROR_INFO(SIGTRAP, "Breakpoint Set", trap_is_brkpt, TRAP_BRKPT) 75 DO_ERROR_INFO(SIGBUS, "Misaligned Access", do_misaligned_error, BUS_ADRALN) 76 DO_ERROR_INFO(SIGSEGV, "gcc generated __builtin_trap", do_trap5_error, 0)
|
/linux-6.12.1/arch/s390/kernel/ |
D | traps.c | 94 #define DO_ERROR_INFO(name, signr, sicode, str) \ macro 100 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR, 102 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN, 104 DO_ERROR_INFO(divide_exception, SIGFPE, FPE_INTDIV, 106 DO_ERROR_INFO(overflow_exception, SIGFPE, FPE_INTOVF, 108 DO_ERROR_INFO(hfp_overflow_exception, SIGFPE, FPE_FLTOVF, 110 DO_ERROR_INFO(hfp_underflow_exception, SIGFPE, FPE_FLTUND, 112 DO_ERROR_INFO(hfp_significance_exception, SIGFPE, FPE_FLTRES, 114 DO_ERROR_INFO(hfp_divide_exception, SIGFPE, FPE_FLTDIV, 116 DO_ERROR_INFO(hfp_sqrt_exception, SIGFPE, FPE_FLTINV, [all …]
|
/linux-6.12.1/arch/riscv/kernel/ |
D | traps.c | 149 #define DO_ERROR_INFO(name, signo, code, str) \ macro 163 DO_ERROR_INFO(do_trap_unknown, 165 DO_ERROR_INFO(do_trap_insn_misaligned, 167 DO_ERROR_INFO(do_trap_insn_fault, 198 DO_ERROR_INFO(do_trap_load_fault, 242 DO_ERROR_INFO(do_trap_store_fault, 244 DO_ERROR_INFO(do_trap_ecall_s, 246 DO_ERROR_INFO(do_trap_ecall_m,
|
/linux-6.12.1/arch/csky/kernel/ |
D | traps.c | 145 #define DO_ERROR_INFO(name, signo, code, str) \ macro 151 DO_ERROR_INFO(do_trap_unknown, 153 DO_ERROR_INFO(do_trap_zdiv, 155 DO_ERROR_INFO(do_trap_buserr,
|