Home
last modified time | relevance | path

Searched refs:X86_TRAP_MC (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Dtrapnr.h37 #define X86_TRAP_MC 18 /* Machine Check */ macro
/linux/arch/x86/kernel/
H A Didt.c108 ISTG(X86_TRAP_MC, asm_exc_machine_check, IST_INDEX_MCE),
/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c1698 if (!fixup_exception(regs, X86_TRAP_MC, 0, 0)) in do_machine_check()