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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m32r/kernel/
H A Dtraps.c274 #define DO_ERROR_INFO(trapnr, signr, str, name, sicode, siaddr) \ macro
286 DO_ERROR_INFO(0x20, SIGILL, "reserved instruction ", rie_handler, ILL_ILLOPC, regs->bpc)
287 DO_ERROR_INFO(0x100, SIGILL, "privileged instruction", pie_handler, ILL_PRVOPC, regs->bpc)
288 DO_ERROR_INFO(-1, SIGILL, "illegal trap", ill_trap, ILL_ILLTRP, regs->bpc)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/kernel/
H A Dtraps.c355 #define DO_ERROR_INFO(signr, str, name, sicode, siaddr) \ macro
366 DO_ERROR_INFO(SIGILL, "addressing exception", addressing_exception,
368 DO_ERROR_INFO(SIGILL, "execute exception", execute_exception,
370 DO_ERROR_INFO(SIGFPE, "fixpoint divide exception", divide_exception,
372 DO_ERROR_INFO(SIGFPE, "fixpoint overflow exception", overflow_exception,
374 DO_ERROR_INFO(SIGFPE, "HFP overflow exception", hfp_overflow_exception,
376 DO_ERROR_INFO(SIGFPE, "HFP underflow exception", hfp_underflow_exception,
378 DO_ERROR_INFO(SIGFPE, "HFP significance exception", hfp_significance_exception,
380 DO_ERROR_INFO(SIGFPE, "HFP divide exception", hfp_divide_exception,
382 DO_ERROR_INFO(SIGFP
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtraps.c620 #define DO_ERROR_INFO(trapnr, signr, str, name, sicode, siaddr) \ macro
635 DO_ERROR_INFO( 0, SIGFPE, "divide error", divide_error, FPE_INTDIV, regs->rip)
638 DO_ERROR_INFO( 6, SIGILL, "invalid opcode", invalid_op, ILL_ILLOPN, regs->rip)
643 DO_ERROR_INFO(17, SIGBUS, "alignment check", alignment_check, BUS_ADRALN, 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dtraps.c515 #define DO_ERROR_INFO(trapnr, signr, str, name, sicode, siaddr) \ macro
558 DO_ERROR_INFO( 6, SIGILL, "invalid opcode", invalid_op, ILL_ILLOPN, regs->eip)
563 DO_ERROR_INFO(17, SIGBUS, "alignment check", alignment_check, BUS_ADRALN, 0)
564 DO_ERROR_INFO(32, SIGSEGV, "iret exception", iret_error, ILL_BADSTK, 0)

Completed in 54 milliseconds