Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kernel/cpu/mce/
Dseverity.c307 char *panic_msg = NULL; in mce_severity_amd() local
318 panic_msg = "Processor Context Corrupt"; in mce_severity_amd()
342 panic_msg = "Overflowed uncorrected error without MCA Overflow Recovery"; in mce_severity_amd()
348 panic_msg = "Uncorrected error without MCA Recovery"; in mce_severity_amd()
354 panic_msg = "Uncorrected unrecoverable error in kernel context"; in mce_severity_amd()
359 if (msg && panic_msg) in mce_severity_amd()
360 *msg = panic_msg; in mce_severity_amd()
/Linux-v6.1/sound/soc/sof/
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()
/Linux-v6.1/drivers/watchdog/
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()