Searched refs:DO_ERROR_INFO (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/arch/s390/kernel/ |
D | traps.c | 349 #define DO_ERROR_INFO(name, signr, sicode, str) \ macro 361 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR, 363 DO_ERROR_INFO(execute_exception, SIGILL, ILL_ILLOPN, 365 DO_ERROR_INFO(divide_exception, SIGFPE, FPE_INTDIV, 367 DO_ERROR_INFO(overflow_exception, SIGFPE, FPE_INTOVF, 369 DO_ERROR_INFO(hfp_overflow_exception, SIGFPE, FPE_FLTOVF, 371 DO_ERROR_INFO(hfp_underflow_exception, SIGFPE, FPE_FLTUND, 373 DO_ERROR_INFO(hfp_significance_exception, SIGFPE, FPE_FLTRES, 375 DO_ERROR_INFO(hfp_divide_exception, SIGFPE, FPE_FLTDIV, 377 DO_ERROR_INFO(hfp_sqrt_exception, SIGFPE, FPE_FLTINV, [all …]
|
/linux-2.6.39/arch/m32r/kernel/ |
D | traps.c | 275 #define DO_ERROR_INFO(trapnr, signr, str, name, sicode, siaddr) \ macro 287 DO_ERROR_INFO(0x20, SIGILL, "reserved instruction ", rie_handler, ILL_ILLOPC, regs->bpc) 288 DO_ERROR_INFO(0x100, SIGILL, "privileged instruction", pie_handler, ILL_PRVOPC, regs->bpc) 289 DO_ERROR_INFO(-1, SIGILL, "illegal trap", ill_trap, ILL_ILLTRP, regs->bpc)
|
/linux-2.6.39/arch/x86/kernel/ |
D | traps.c | 200 #define DO_ERROR_INFO(trapnr, signr, str, name, sicode, siaddr) \ macro 215 DO_ERROR_INFO(0, SIGFPE, "divide error", divide_error, FPE_INTDIV, regs->ip) 218 DO_ERROR_INFO(6, SIGILL, "invalid opcode", invalid_op, ILL_ILLOPN, regs->ip) 225 DO_ERROR_INFO(17, SIGBUS, "alignment check", alignment_check, BUS_ADRALN, 0)
|