Home
last modified time | relevance | path

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

/arch/arc/kernel/
A Dtraps.c60 #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)
/arch/s390/kernel/
A Dtraps.c90 #define DO_ERROR_INFO(name, signr, sicode, str) \ macro
96 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR, "addressing exception")
97 DO_ERROR_INFO(divide_exception, SIGFPE, FPE_INTDIV, "fixpoint divide exception")
98 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN, "execute exception")
99 DO_ERROR_INFO(hfp_divide_exception, SIGFPE, FPE_FLTDIV, "HFP divide exception")
100 DO_ERROR_INFO(hfp_overflow_exception, SIGFPE, FPE_FLTOVF, "HFP overflow exception")
102 DO_ERROR_INFO(hfp_sqrt_exception, SIGFPE, FPE_FLTINV, "HFP square root exception")
103 DO_ERROR_INFO(hfp_underflow_exception, SIGFPE, FPE_FLTUND, "HFP underflow exception")
104 DO_ERROR_INFO(operand_exception, SIGILL, ILL_ILLOPN, "operand exception")
105 DO_ERROR_INFO(overflow_exception, SIGFPE, FPE_INTOVF, "fixpoint overflow exception")
[all …]
/arch/riscv/kernel/
A Dtraps.c150 #define DO_ERROR_INFO(name, signo, code, str) \ macro
166 DO_ERROR_INFO(do_trap_unknown,
168 DO_ERROR_INFO(do_trap_insn_misaligned,
170 DO_ERROR_INFO(do_trap_insn_fault,
198 DO_ERROR_INFO(do_trap_load_fault,
252 DO_ERROR_INFO(do_trap_store_fault,
254 DO_ERROR_INFO(do_trap_ecall_s,
256 DO_ERROR_INFO(do_trap_ecall_m,
/arch/csky/kernel/
A Dtraps.c145 #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,

Completed in 7 milliseconds