Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
A Dtraps.c100 DO_ERROR_INFO(do_trap_unknown,
102 DO_ERROR_INFO(do_trap_insn_misaligned,
104 DO_ERROR_INFO(do_trap_insn_fault,
106 DO_ERROR_INFO(do_trap_insn_illegal,
108 DO_ERROR_INFO(do_trap_load_fault,
111 DO_ERROR_INFO(do_trap_load_misaligned,
113 DO_ERROR_INFO(do_trap_store_misaligned,
135 DO_ERROR_INFO(do_trap_store_fault,
137 DO_ERROR_INFO(do_trap_ecall_u,
139 DO_ERROR_INFO(do_trap_ecall_s,
[all …]
/linux/arch/arc/kernel/
A Dtraps.c58 #define DO_ERROR_INFO(signr, str, name, sicode) \ macro
68 DO_ERROR_INFO(SIGILL, "Priv Op/Disabled Extn", do_privilege_fault, ILL_PRVOPC)
69 DO_ERROR_INFO(SIGILL, "Invalid Extn Insn", do_extension_fault, ILL_ILLOPC)
70 DO_ERROR_INFO(SIGILL, "Illegal Insn (or Seq)", insterror_is_error, ILL_ILLOPC)
71 DO_ERROR_INFO(SIGBUS, "Invalid Mem Access", __weak do_memory_error, BUS_ADRERR)
72 DO_ERROR_INFO(SIGTRAP, "Breakpoint Set", trap_is_brkpt, TRAP_BRKPT)
73 DO_ERROR_INFO(SIGBUS, "Misaligned Access", do_misaligned_error, BUS_ADRALN)
74 DO_ERROR_INFO(SIGSEGV, "gcc generated __builtin_trap", do_trap5_error, 0)
/linux/arch/s390/kernel/
A Dtraps.c92 #define DO_ERROR_INFO(name, signr, sicode, str) \ macro
98 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR,
100 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN,
102 DO_ERROR_INFO(divide_exception, SIGFPE, FPE_INTDIV,
104 DO_ERROR_INFO(overflow_exception, SIGFPE, FPE_INTOVF,
112 DO_ERROR_INFO(hfp_divide_exception, SIGFPE, FPE_FLTDIV,
114 DO_ERROR_INFO(hfp_sqrt_exception, SIGFPE, FPE_FLTINV,
116 DO_ERROR_INFO(operand_exception, SIGILL, ILL_ILLOPN,
118 DO_ERROR_INFO(privileged_op, SIGILL, ILL_PRVOPC,
120 DO_ERROR_INFO(special_op_exception, SIGILL, ILL_ILLOPN,
[all …]
/linux/arch/csky/kernel/
A Dtraps.c144 #define DO_ERROR_INFO(name, signo, code, str) \ macro
150 DO_ERROR_INFO(do_trap_unknown,
152 DO_ERROR_INFO(do_trap_zdiv,
154 DO_ERROR_INFO(do_trap_buserr,

Completed in 632 milliseconds