Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dtrapnr.h11 #define X86_TRAP_OF 4 /* Overflow */ macro
H A Didtentry.h549 DECLARE_IDTENTRY(X86_TRAP_OF, exc_overflow);
/openbmc/linux/arch/x86/kernel/
H A Didt.c118 SYSG(X86_TRAP_OF, asm_exc_overflow),
H A Dtraps.c201 do_error_trap(regs, 0, "overflow", X86_TRAP_OF, SIGSEGV, 0, NULL); in DEFINE_IDTENTRY()