Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dtrapnr.h19 #define X86_TRAP_DE 0 /* Divide-by-zero */ macro
H A Didtentry.h601 DECLARE_IDTENTRY(X86_TRAP_DE, exc_divide_error);
/linux/arch/x86/kernel/
H A Didt.c85 INTG(X86_TRAP_DE, asm_exc_divide_error),
H A Dtraps.c239 do_error_trap(regs, 0, "divide error", X86_TRAP_DE, SIGFPE, in DEFINE_IDTENTRY()
/linux/arch/x86/entry/
H A Dentry_fred.c187 case X86_TRAP_DE: return exc_divide_error(regs); in fred_hwexc()