Home
last modified time | relevance | path

Searched refs:DO_ERROR_INFO (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/riscv/kernel/
Dtraps.c92 #define DO_ERROR_INFO(name, signo, code, str) \ macro
98 DO_ERROR_INFO(do_trap_unknown,
100 DO_ERROR_INFO(do_trap_insn_misaligned,
102 DO_ERROR_INFO(do_trap_insn_fault,
104 DO_ERROR_INFO(do_trap_insn_illegal,
106 DO_ERROR_INFO(do_trap_load_misaligned,
108 DO_ERROR_INFO(do_trap_load_fault,
110 DO_ERROR_INFO(do_trap_store_misaligned,
112 DO_ERROR_INFO(do_trap_store_fault,
114 DO_ERROR_INFO(do_trap_ecall_u,
[all …]
/Linux-v4.19/arch/s390/kernel/
Dtraps.c95 #define DO_ERROR_INFO(name, signr, sicode, str) \ macro
101 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR,
103 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN,
105 DO_ERROR_INFO(divide_exception, SIGFPE, FPE_INTDIV,
107 DO_ERROR_INFO(overflow_exception, SIGFPE, FPE_INTOVF,
109 DO_ERROR_INFO(hfp_overflow_exception, SIGFPE, FPE_FLTOVF,
111 DO_ERROR_INFO(hfp_underflow_exception, SIGFPE, FPE_FLTUND,
113 DO_ERROR_INFO(hfp_significance_exception, SIGFPE, FPE_FLTRES,
115 DO_ERROR_INFO(hfp_divide_exception, SIGFPE, FPE_FLTDIV,
117 DO_ERROR_INFO(hfp_sqrt_exception, SIGFPE, FPE_FLTINV,
[all …]
/Linux-v4.19/arch/arc/kernel/
Dtraps.c65 #define DO_ERROR_INFO(signr, str, name, sicode) \ macro
82 DO_ERROR_INFO(SIGILL, "Priv Op/Disabled Extn", do_privilege_fault, ILL_PRVOPC)
83 DO_ERROR_INFO(SIGILL, "Invalid Extn Insn", do_extension_fault, ILL_ILLOPC)
84 DO_ERROR_INFO(SIGILL, "Illegal Insn (or Seq)", insterror_is_error, ILL_ILLOPC)
85 DO_ERROR_INFO(SIGBUS, "Invalid Mem Access", __weak do_memory_error, BUS_ADRERR)
86 DO_ERROR_INFO(SIGTRAP, "Breakpoint Set", trap_is_brkpt, TRAP_BRKPT)
87 DO_ERROR_INFO(SIGBUS, "Misaligned Access", do_misaligned_error, BUS_ADRALN)
88 DO_ERROR_INFO(SIGSEGV, "gcc generated __builtin_trap", do_trap5_error, 0)