Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dtrapnr.h9 #define X86_TRAP_NMI 2 /* Non-maskable Interrupt */ macro
Didtentry.h592 DECLARE_IDTENTRY(X86_TRAP_NMI, exc_nmi_noist);
597 DECLARE_IDTENTRY_NMI(X86_TRAP_NMI, exc_nmi);
599 DECLARE_IDTENTRY_RAW(X86_TRAP_NMI, xenpv_exc_nmi);
/kernel/linux/linux-5.10/arch/x86/kernel/
Didt.c77 INTG(X86_TRAP_NMI, asm_exc_nmi),
230 ISTG(X86_TRAP_NMI, asm_exc_nmi, IST_INDEX_NMI),
/kernel/linux/linux-5.10/arch/x86/mm/
Dextable.c192 if (trapnr == X86_TRAP_NMI) in early_fixup_exception()
/kernel/linux/linux-5.10/arch/x86/platform/uv/
Duv_nmi.c905 ret = kgdb_nmicallin(cpu, X86_TRAP_NMI, regs, reason, in uv_call_kgdb_kdb()