Searched refs:X86_TRAP_OF (Results 1 – 5 of 5) sorted by relevance
23 #define X86_TRAP_OF 4 /* Overflow */ macro
602 DECLARE_IDTENTRY(X86_TRAP_OF, exc_overflow);
62 case X86_TRAP_OF: in fred_intx()219 case X86_TRAP_OF: return exc_overflow(regs); in fred_swexc()
119 SYSG(X86_TRAP_OF, asm_exc_overflow),
245 do_error_trap(regs, 0, "overflow", X86_TRAP_OF, SIGSEGV, 0, NULL); in DEFINE_IDTENTRY()