Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dnmi.c492 DEFINE_IDTENTRY_RAW(exc_nmi) in DEFINE_IDTENTRY_RAW()
571 exc_nmi(regs);
588 /* 0 0 0 */ "NMIs are not reaching exc_nmi() handler",
589 /* 0 0 1 */ "exc_nmi() handler is ignoring NMIs",
590 /* 0 1 0 */ "CPU is offline and NMIs are not reaching exc_nmi() handler",
591 /* 0 1 1 */ "CPU is offline and exc_nmi() handler is legitimately ignoring NMIs", in nmi_backtrace_stall_snap()
592 /* 1 0 0 */ "CPU is in exc_nmi() handler and no further NMIs are reaching handler", in nmi_backtrace_stall_snap()
593 /* 1 0 1 */ "CPU is in exc_nmi() handler which is legitimately ignoring NMIs", in nmi_backtrace_stall_snap()
594 /* 1 1 0 */ "CPU is offline in exc_nmi() handler and no more NMIs are reaching exc_nmi() handle in nmi_backtrace_stall_snap()
488 DEFINE_IDTENTRY_RAW(exc_nmi) DEFINE_IDTENTRY_RAW() argument
[all...]
/openbmc/linux/arch/x86/entry/
H A Dentry_32.S1151 call exc_nmi
1161 call exc_nmi
H A Dentry_64.S1233 call exc_nmi
1447 call exc_nmi
/openbmc/linux/arch/x86/include/asm/
H A Didtentry.h637 DECLARE_IDTENTRY_NMI(X86_TRAP_NMI, exc_nmi);
/openbmc/linux/arch/x86/xen/
H A Denlighten_pv.c637 exc_nmi(regs); in DEFINE_IDTENTRY_RAW()
703 TRAP_ENTRY_REDIR(exc_nmi, true ),