Home
last modified time | relevance | path

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

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