Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dnmi.c662 char *msghp; in nmi_backtrace_stall_check() local
668 msghp = ""; in nmi_backtrace_stall_check()
681 msghp = " (CPU exited one NMI handler function)"; in nmi_backtrace_stall_check()
683 msghp = " (CPU currently in NMI handler function)"; in nmi_backtrace_stall_check()
685 msghp = " (CPU was never in an NMI handler function)"; in nmi_backtrace_stall_check()
689 pr_alert("%s: CPU %d: %s%s%s\n", __func__, cpu, msgp, modp, msghp); in nmi_backtrace_stall_check()