Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dtraps.c87 #define DO_ERROR_INFO(name, signr, sicode, str) \ macro
93 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR,
95 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN,
97 DO_ERROR_INFO(divide_exception, SIGFPE, FPE_INTDIV,
99 DO_ERROR_INFO(overflow_exception, SIGFPE, FPE_INTOVF,
101 DO_ERROR_INFO(hfp_overflow_exception, SIGFPE, FPE_FLTOVF,
103 DO_ERROR_INFO(hfp_underflow_exception, SIGFPE, FPE_FLTUND,
105 DO_ERROR_INFO(hfp_significance_exception, SIGFPE, FPE_FLTRES,
107 DO_ERROR_INFO(hfp_divide_exception, SIGFPE, FPE_FLTDIV,
109 DO_ERROR_INFO(hfp_sqrt_exception, SIGFPE, FPE_FLTINV,
[all …]
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dtraps.c90 #define DO_ERROR_INFO(name, signo, code, str) \ macro
96 DO_ERROR_INFO(do_trap_unknown,
98 DO_ERROR_INFO(do_trap_insn_misaligned,
100 DO_ERROR_INFO(do_trap_insn_fault,
102 DO_ERROR_INFO(do_trap_insn_illegal,
104 DO_ERROR_INFO(do_trap_load_fault,
107 DO_ERROR_INFO(do_trap_load_misaligned,
109 DO_ERROR_INFO(do_trap_store_misaligned,
131 DO_ERROR_INFO(do_trap_store_fault,
133 DO_ERROR_INFO(do_trap_ecall_u,
[all …]
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dtraps.c63 #define DO_ERROR_INFO(signr, str, name, sicode) \ macro
73 DO_ERROR_INFO(SIGILL, "Priv Op/Disabled Extn", do_privilege_fault, ILL_PRVOPC)
74 DO_ERROR_INFO(SIGILL, "Invalid Extn Insn", do_extension_fault, ILL_ILLOPC)
75 DO_ERROR_INFO(SIGILL, "Illegal Insn (or Seq)", insterror_is_error, ILL_ILLOPC)
76 DO_ERROR_INFO(SIGBUS, "Invalid Mem Access", __weak do_memory_error, BUS_ADRERR)
77 DO_ERROR_INFO(SIGTRAP, "Breakpoint Set", trap_is_brkpt, TRAP_BRKPT)
78 DO_ERROR_INFO(SIGBUS, "Misaligned Access", do_misaligned_error, BUS_ADRALN)
79 DO_ERROR_INFO(SIGSEGV, "gcc generated __builtin_trap", do_trap5_error, 0)
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dtraps.c146 #define DO_ERROR_INFO(name, signo, code, str) \ macro
152 DO_ERROR_INFO(do_trap_unknown,
154 DO_ERROR_INFO(do_trap_zdiv,
156 DO_ERROR_INFO(do_trap_buserr,