Searched refs:X86_TRAP_OF (Results 1 – 4 of 4) sorted by relevance
11 #define X86_TRAP_OF 4 /* Overflow */ macro
549 DECLARE_IDTENTRY(X86_TRAP_OF, exc_overflow);
118 SYSG(X86_TRAP_OF, asm_exc_overflow),
201 do_error_trap(regs, 0, "overflow", X86_TRAP_OF, SIGSEGV, 0, NULL); in DEFINE_IDTENTRY()