Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/mce/
H A Dseverity.c322 char *panic_msg = NULL; in mce_severity_amd() local
333 panic_msg = "Processor Context Corrupt"; in mce_severity_amd()
357 panic_msg = "Overflowed uncorrected error without MCA Overflow Recovery"; in mce_severity_amd()
363 panic_msg = "Uncorrected error without MCA Recovery"; in mce_severity_amd()
369 panic_msg = "Uncorrected unrecoverable error in kernel context"; in mce_severity_amd()
374 if (msg && panic_msg) in mce_severity_amd()
375 *msg = panic_msg; in mce_severity_amd()
/linux/drivers/watchdog/
H A Dhpwdt.c173 static char panic_msg[] = in hpwdt_pretimeout() local
193 hex_byte_pack(panic_msg, mynmi); in hpwdt_pretimeout()
194 nmi_panic(regs, panic_msg); in hpwdt_pretimeout()
/linux/sound/soc/sof/
H A Dcore.c93 static const struct sof_panic_msg panic_msg[] = { variable
140 for (i = 0; i < ARRAY_SIZE(panic_msg); i++) { in sof_print_oops_and_stack()
141 if (panic_msg[i].id == code) { in sof_print_oops_and_stack()
143 panic_msg[i].msg, code & SOF_IPC_PANIC_CODE_MASK); in sof_print_oops_and_stack()