Searched refs:DO_ERROR (Results 1 – 3 of 3) sorted by relevance
/arch/x86/kernel/ |
D | traps.c | 280 #define DO_ERROR(trapnr, signr, str, name) \ macro 286 DO_ERROR(X86_TRAP_DE, SIGFPE, "divide error", divide_error) 287 DO_ERROR(X86_TRAP_OF, SIGSEGV, "overflow", overflow) 288 DO_ERROR(X86_TRAP_UD, SIGILL, "invalid opcode", invalid_op) 289 DO_ERROR(X86_TRAP_OLD_MF, SIGFPE, "coprocessor segment overrun",coprocessor_segment_overrun) 290 DO_ERROR(X86_TRAP_TS, SIGSEGV, "invalid TSS", invalid_TSS) 291 DO_ERROR(X86_TRAP_NP, SIGBUS, "segment not present", segment_not_present) 292 DO_ERROR(X86_TRAP_SS, SIGBUS, "stack segment", stack_segment) 293 DO_ERROR(X86_TRAP_AC, SIGBUS, "alignment check", alignment_check)
|
/arch/sh/kernel/ |
D | traps_64.c | 609 #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)
|
/arch/m32r/kernel/ |
D | traps.c | 257 #define DO_ERROR(trapnr, signr, str, name) \ macro 274 DO_ERROR( 1, SIGTRAP, "debug trap", debug_trap)
|