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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtraps.c179 #define DO_ERROR(trapnr, signr, str, name) \ macro
205 DO_ERROR(4, SIGSEGV, "overflow", overflow)
206 DO_ERROR(5, SIGSEGV, "bounds", bounds)
208 DO_ERROR(9, SIGFPE, "coprocessor segment overrun", coprocessor_segment_overrun)
209 DO_ERROR(10, SIGSEGV, "invalid TSS", invalid_TSS)
210 DO_ERROR(11, SIGBUS, "segment not present", segment_not_present)
212 DO_ERROR(12, SIGBUS, "stack segment", stack_segment)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dtraps.c269 #define DO_ERROR(trapnr, signr, str, name) \ macro
286 DO_ERROR( 1, SIGTRAP, "debug trap", debug_trap)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dtraps.c64 #define DO_ERROR(signr, prologue, str, name) \ macro
93 DO_ERROR(SIGTRAP, {}, "trap", trap);
94 DO_ERROR(SIGSEGV, {}, "ibreak", ibreak);
95 DO_ERROR(SIGSEGV, {}, "obreak", obreak);
106 DO_ERROR(SIGTRAP,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dtraps_64.c47 #define DO_ERROR(trapnr, signr, str, name, tsk) \ macro
84 DO_ERROR(13, SIGILL, "illegal slot instruction", illegal_slot_inst, current)
85 DO_ERROR(87, SIGSEGV, "address error (exec)", address_error_exec, current)
229 DO_ERROR(12, SIGILL, "reserved instruction", reserved_inst, current)

Completed in 69 milliseconds