Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dtraps.c308 #define DO_ERROR(trapnr, signr, str, name) \ macro
314 DO_ERROR(X86_TRAP_DE, SIGFPE, "divide error", divide_error)
315 DO_ERROR(X86_TRAP_OF, SIGSEGV, "overflow", overflow)
316 DO_ERROR(X86_TRAP_UD, SIGILL, "invalid opcode", invalid_op)
317 DO_ERROR(X86_TRAP_OLD_MF, SIGFPE, "coprocessor segment overrun",coprocessor_segment_overrun)
318 DO_ERROR(X86_TRAP_TS, SIGSEGV, "invalid TSS", invalid_TSS)
319 DO_ERROR(X86_TRAP_NP, SIGBUS, "segment not present", segment_not_present)
320 DO_ERROR(X86_TRAP_SS, SIGBUS, "stack segment", stack_segment)
321 DO_ERROR(X86_TRAP_AC, SIGBUS, "alignment check", alignment_check)
/Linux-v4.19/arch/sh/kernel/
Dtraps_64.c610 #define DO_ERROR(signr, str, name) \ macro
616 DO_ERROR(SIGILL, "illegal slot instruction", illegal_slot_inst)
617 DO_ERROR(SIGSEGV, "address error (exec)", address_error_exec)
758 DO_ERROR(SIGILL, "reserved instruction", reserved_inst)