Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dtraps.c283 #define DO_ERROR(trapnr, signr, sicode, addr, str, name) \ macro
289 DO_ERROR(X86_TRAP_DE, SIGFPE, FPE_INTDIV, IP, "divide error", divide_error)
290 DO_ERROR(X86_TRAP_OF, SIGSEGV, 0, NULL, "overflow", overflow)
291 DO_ERROR(X86_TRAP_UD, SIGILL, ILL_ILLOPN, IP, "invalid opcode", invalid_op)
292 DO_ERROR(X86_TRAP_OLD_MF, SIGFPE, 0, NULL, "coprocessor segment overrun", coprocessor_seg…
293 DO_ERROR(X86_TRAP_TS, SIGSEGV, 0, NULL, "invalid TSS", invalid_TSS)
294 DO_ERROR(X86_TRAP_NP, SIGBUS, 0, NULL, "segment not present", segment_not_present)
295 DO_ERROR(X86_TRAP_SS, SIGBUS, 0, NULL, "stack segment", stack_segment)
296 DO_ERROR(X86_TRAP_AC, SIGBUS, BUS_ADRALN, NULL, "alignment check", alignment_check)
/arch/sh/kernel/
Dtraps_64.c607 #define DO_ERROR(signr, str, name) \ macro
613 DO_ERROR(SIGILL, "illegal slot instruction", illegal_slot_inst)
614 DO_ERROR(SIGSEGV, "address error (exec)", address_error_exec)
755 DO_ERROR(SIGILL, "reserved instruction", reserved_inst)