Searched refs:do_error_trap (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dtraps.c167 static void do_error_trap(struct pt_regs *regs, long error_code, char *str, function
197 do_error_trap(regs, 0, "divide error", X86_TRAP_DE, SIGFPE,
203 do_error_trap(regs, 0, "overflow", X86_TRAP_OF, SIGSEGV, 0, NULL);
212 do_error_trap(regs, 0, "invalid opcode", X86_TRAP_UD, SIGILL,
272 do_error_trap(regs, 0, "coprocessor segment overrun",
278 do_error_trap(regs, error_code, "invalid TSS", X86_TRAP_TS, SIGSEGV,
284 do_error_trap(regs, error_code, "segment not present", X86_TRAP_NP,
290 do_error_trap(regs, error_code, "stack segment", X86_TRAP_SS, SIGBUS,

Completed in 147 milliseconds