Searched refs:DO_ERROR_INFO (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/s390/kernel/ |
D | traps.c | 121 #define DO_ERROR_INFO(name, signr, sicode, str) \ macro 127 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR, 129 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN, 131 DO_ERROR_INFO(divide_exception, SIGFPE, FPE_INTDIV, 133 DO_ERROR_INFO(overflow_exception, SIGFPE, FPE_INTOVF, 135 DO_ERROR_INFO(hfp_overflow_exception, SIGFPE, FPE_FLTOVF, 137 DO_ERROR_INFO(hfp_underflow_exception, SIGFPE, FPE_FLTUND, 139 DO_ERROR_INFO(hfp_significance_exception, SIGFPE, FPE_FLTRES, 141 DO_ERROR_INFO(hfp_divide_exception, SIGFPE, FPE_FLTDIV, 143 DO_ERROR_INFO(hfp_sqrt_exception, SIGFPE, FPE_FLTINV, [all …]
|
/linux-4.1.27/arch/arc/kernel/ |
D | traps.c | 65 #define DO_ERROR_INFO(signr, str, name, sicode) \ macro 80 DO_ERROR_INFO(SIGILL, "Priv Op/Disabled Extn", do_privilege_fault, ILL_PRVOPC) 81 DO_ERROR_INFO(SIGILL, "Invalid Extn Insn", do_extension_fault, ILL_ILLOPC) 82 DO_ERROR_INFO(SIGILL, "Illegal Insn (or Seq)", insterror_is_error, ILL_ILLOPC) 83 DO_ERROR_INFO(SIGBUS, "Invalid Mem Access", do_memory_error, BUS_ADRERR) 84 DO_ERROR_INFO(SIGTRAP, "Breakpoint Set", trap_is_brkpt, TRAP_BRKPT) 85 DO_ERROR_INFO(SIGBUS, "Misaligned Access", do_misaligned_error, BUS_ADRALN)
|
/linux-4.1.27/arch/m32r/kernel/ |
D | traps.c | 263 #define DO_ERROR_INFO(trapnr, signr, str, name, sicode, siaddr) \ macro 275 DO_ERROR_INFO(0x20, SIGILL, "reserved instruction ", rie_handler, ILL_ILLOPC, regs->bpc) 276 DO_ERROR_INFO(0x100, SIGILL, "privileged instruction", pie_handler, ILL_PRVOPC, regs->bpc) 277 DO_ERROR_INFO(-1, SIGILL, "illegal trap", ill_trap, ILL_ILLTRP, regs->bpc)
|