Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dtraps.c295 #define DO_ERROR(trapnr, signr, str, name) \ macro
301 DO_ERROR(X86_TRAP_DE, SIGFPE, "divide error", divide_error)
302 DO_ERROR(X86_TRAP_OF, SIGSEGV, "overflow", overflow)
303 DO_ERROR(X86_TRAP_UD, SIGILL, "invalid opcode", invalid_op)
304 DO_ERROR(X86_TRAP_OLD_MF, SIGFPE, "coprocessor segment overrun",coprocessor_segment_overrun)
305 DO_ERROR(X86_TRAP_TS, SIGSEGV, "invalid TSS", invalid_TSS)
306 DO_ERROR(X86_TRAP_NP, SIGBUS, "segment not present", segment_not_present)
307 DO_ERROR(X86_TRAP_SS, SIGBUS, "stack segment", stack_segment)
308 DO_ERROR(X86_TRAP_AC, SIGBUS, "alignment check", alignment_check)
/linux-4.4.14/arch/sh/kernel/
Dtraps_64.c609 #define DO_ERROR(signr, str, name) \ macro
615 DO_ERROR(SIGILL, "illegal slot instruction", illegal_slot_inst)
616 DO_ERROR(SIGSEGV, "address error (exec)", address_error_exec)
757 DO_ERROR(SIGILL, "reserved instruction", reserved_inst)
/linux-4.4.14/arch/m32r/kernel/
Dtraps.c257 #define DO_ERROR(trapnr, signr, str, name) \ macro
274 DO_ERROR( 1, SIGTRAP, "debug trap", debug_trap)