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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtraps.c610 #define DO_ERROR(trapnr, signr, str, name) \ macro
636 DO_ERROR( 4, SIGSEGV, "overflow", overflow)
637 DO_ERROR( 5, SIGSEGV, "bounds", bounds)
639 DO_ERROR( 7, SIGSEGV, "device not available", device_not_available)
640 DO_ERROR( 9, SIGFPE, "coprocessor segment overrun", coprocessor_segment_overrun)
641 DO_ERROR(10, SIGSEGV, "invalid TSS", invalid_TSS)
642 DO_ERROR(11, SIGBUS, "segment not present", segment_not_present)
644 DO_ERROR(18, SIGSEGV, "reserved", reserved)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m32r/kernel/
H A Dtraps.c268 #define DO_ERROR(trapnr, signr, str, name) \ macro
285 DO_ERROR( 1, SIGTRAP, "debug trap", debug_trap)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh64/kernel/
H A Dtraps.c53 #define DO_ERROR(trapnr, signr, str, name, tsk) \ macro
90 DO_ERROR(13, SIGILL, "illegal slot instruction", illegal_slot_inst, current)
91 DO_ERROR(87, SIGSEGV, "address error (exec)", address_error_exec, current)
235 DO_ERROR(12, SIGILL, "reserved instruction", reserved_inst, current)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dtraps.c506 #define DO_ERROR(trapnr, signr, str, name) \ macro
559 DO_ERROR( 9, SIGFPE, "coprocessor segment overrun", coprocessor_segment_overrun)
560 DO_ERROR(10, SIGSEGV, "invalid TSS", invalid_TSS)
561 DO_ERROR(11, SIGBUS, "segment not present", segment_not_present)
562 DO_ERROR(12, SIGBUS, "stack segment", stack_segment)

Completed in 101 milliseconds