Searched refs:panic_msg (Results 1 – 3 of 3) sorted by relevance
312 char *panic_msg = NULL; in mce_severity_amd() local323 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()
56 static const struct sof_panic_msg panic_msg[] = { variable103 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()
173 static char panic_msg[] = in hpwdt_pretimeout() local196 hex_byte_pack(panic_msg, mynmi); in hpwdt_pretimeout()197 nmi_panic(regs, panic_msg); in hpwdt_pretimeout()