Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dseverity.c312 char *panic_msg = NULL; in mce_severity_amd() local
323 panic_msg = "Processor Context Corrupt"; in mce_severity_amd()
347 panic_msg = "Overflowed uncorrected error without MCA Overflow Recovery"; in mce_severity_amd()
353 panic_msg = "Uncorrected error without MCA Recovery"; in mce_severity_amd()
359 panic_msg = "Uncorrected unrecoverable error in kernel context"; in mce_severity_amd()
364 if (msg && panic_msg) in mce_severity_amd()
365 *msg = panic_msg; in mce_severity_amd()
/openbmc/linux/sound/soc/sof/
H A Dcore.c56 static const struct sof_panic_msg panic_msg[] = { variable
103 for (i = 0; i < ARRAY_SIZE(panic_msg); i++) { in sof_print_oops_and_stack()
104 if (panic_msg[i].id == code) { in sof_print_oops_and_stack()
106 panic_msg[i].msg, code & SOF_IPC_PANIC_CODE_MASK); in sof_print_oops_and_stack()
/openbmc/linux/drivers/watchdog/
H A Dhpwdt.c173 static char panic_msg[] = in hpwdt_pretimeout() local
196 hex_byte_pack(panic_msg, mynmi); in hpwdt_pretimeout()
197 nmi_panic(regs, panic_msg); in hpwdt_pretimeout()