Home
last modified time | relevance | path

Searched refs:X86_TRAP_OF (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/include/asm/
H A Dtrapnr.h23 #define X86_TRAP_OF 4 /* Overflow */ macro
H A Didtentry.h602 DECLARE_IDTENTRY(X86_TRAP_OF, exc_overflow);
/linux/arch/x86/entry/
H A Dentry_fred.c62 case X86_TRAP_OF: in fred_intx()
219 case X86_TRAP_OF: return exc_overflow(regs); in fred_swexc()
/linux/arch/x86/kernel/
H A Didt.c119 SYSG(X86_TRAP_OF, asm_exc_overflow),
H A Dtraps.c245 do_error_trap(regs, 0, "overflow", X86_TRAP_OF, SIGSEGV, 0, NULL); in DEFINE_IDTENTRY()