Home
last modified time | relevance | path

Searched refs:DO_ERROR (Results 1 – 3 of 3) sorted by relevance

/arch/x86/kernel/
Dtraps.c181 #define DO_ERROR(trapnr, signr, str, name) \ macro
208 DO_ERROR(X86_TRAP_OF, SIGSEGV, "overflow", overflow)
209 DO_ERROR(X86_TRAP_BR, SIGSEGV, "bounds", bounds)
212 DO_ERROR(X86_TRAP_OLD_MF, SIGFPE, "coprocessor segment overrun",
214 DO_ERROR(X86_TRAP_TS, SIGSEGV, "invalid TSS", invalid_TSS)
215 DO_ERROR(X86_TRAP_NP, SIGBUS, "segment not present", segment_not_present)
217 DO_ERROR(X86_TRAP_SS, SIGBUS, "stack segment", stack_segment)
/arch/m32r/kernel/
Dtraps.c268 #define DO_ERROR(trapnr, signr, str, name) \ macro
285 DO_ERROR( 1, SIGTRAP, "debug trap", debug_trap)
/arch/sh/kernel/
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)
235 DO_ERROR(12, SIGILL, "reserved instruction", reserved_inst, current)