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

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

Completed in 257 milliseconds