Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dnmi.c621 char *msghp; in nmi_backtrace_stall_check() local
627 msghp = ""; in nmi_backtrace_stall_check()
640 msghp = " (CPU exited one NMI handler function)"; in nmi_backtrace_stall_check()
642 msghp = " (CPU currently in NMI handler function)"; in nmi_backtrace_stall_check()
644 msghp = " (CPU was never in an NMI handler function)"; in nmi_backtrace_stall_check()
648 pr_alert("%s: CPU %d: %s%s%s\n", __func__, cpu, msgp, modp, msghp); in nmi_backtrace_stall_check()