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

/linux-master/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-master/arch/x86/entry/
H A Dentry_fred.c62 case X86_TRAP_OF:
217 case X86_TRAP_OF: return exc_overflow(regs);
/linux-master/arch/x86/kernel/
H A Didt.c119 SYSG(X86_TRAP_OF, asm_exc_overflow),
H A Dtraps.c203 do_error_trap(regs, 0, "overflow", X86_TRAP_OF, SIGSEGV, 0, NULL);

Completed in 159 milliseconds