Searched refs:DO_ERROR_INFO (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m32r/kernel/
H A Dtraps.c275 #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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m32r/kernel/
H A Dtraps.c275 #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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/kernel/
H A Dtraps.c394 #define DO_ERROR_INFO(signr, str, name, sicode, siaddr) \ macro
405 DO_ERROR_INFO(SIGILL, "addressing exception", addressing_exception,
407 DO_ERROR_INFO(SIGILL, "execute exception", execute_exception,
409 DO_ERROR_INFO(SIGFPE, "fixpoint divide exception", divide_exception,
411 DO_ERROR_INFO(SIGFPE, "fixpoint overflow exception", overflow_exception,
413 DO_ERROR_INFO(SIGFPE, "HFP overflow exception", hfp_overflow_exception,
415 DO_ERROR_INFO(SIGFPE, "HFP underflow exception", hfp_underflow_exception,
417 DO_ERROR_INFO(SIGFPE, "HFP significance exception", hfp_significance_exception,
419 DO_ERROR_INFO(SIGFPE, "HFP divide exception", hfp_divide_exception,
421 DO_ERROR_INFO(SIGFP
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/kernel/
H A Dtraps.c394 #define DO_ERROR_INFO(signr, str, name, sicode, siaddr) \ macro
405 DO_ERROR_INFO(SIGILL, "addressing exception", addressing_exception,
407 DO_ERROR_INFO(SIGILL, "execute exception", execute_exception,
409 DO_ERROR_INFO(SIGFPE, "fixpoint divide exception", divide_exception,
411 DO_ERROR_INFO(SIGFPE, "fixpoint overflow exception", overflow_exception,
413 DO_ERROR_INFO(SIGFPE, "HFP overflow exception", hfp_overflow_exception,
415 DO_ERROR_INFO(SIGFPE, "HFP underflow exception", hfp_underflow_exception,
417 DO_ERROR_INFO(SIGFPE, "HFP significance exception", hfp_significance_exception,
419 DO_ERROR_INFO(SIGFPE, "HFP divide exception", hfp_divide_exception,
421 DO_ERROR_INFO(SIGFP
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Dtraps.c189 #define DO_ERROR_INFO(trapnr, signr, str, name, sicode, siaddr) \ macro
204 DO_ERROR_INFO(0, SIGFPE, "divide error", divide_error, FPE_INTDIV, regs->ip)
207 DO_ERROR_INFO(6, SIGILL, "invalid opcode", invalid_op, ILL_ILLOPN, regs->ip)
214 DO_ERROR_INFO(17, SIGBUS, "alignment check", alignment_check, BUS_ADRALN, 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Dtraps.c189 #define DO_ERROR_INFO(trapnr, signr, str, name, sicode, siaddr) \ macro
204 DO_ERROR_INFO(0, SIGFPE, "divide error", divide_error, FPE_INTDIV, regs->ip)
207 DO_ERROR_INFO(6, SIGILL, "invalid opcode", invalid_op, ILL_ILLOPN, regs->ip)
214 DO_ERROR_INFO(17, SIGBUS, "alignment check", alignment_check, BUS_ADRALN, 0)

Completed in 170 milliseconds