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

/linux-master/arch/x86/kernel/cpu/mce/
H A Dseverity.c312 char *panic_msg = NULL; local
323 panic_msg = "Processor Context Corrupt";
347 panic_msg = "Overflowed uncorrected error without MCA Overflow Recovery";
353 panic_msg = "Uncorrected error without MCA Recovery";
359 panic_msg = "Uncorrected unrecoverable error in kernel context";
364 if (msg && panic_msg)
365 *msg = panic_msg;
/linux-master/drivers/watchdog/
H A Dhpwdt.c172 static char panic_msg[] = local
192 hex_byte_pack(panic_msg, mynmi);
193 nmi_panic(regs, panic_msg);
/linux-master/sound/soc/sof/
H A Dcore.c57 static const struct sof_panic_msg panic_msg[] = { variable in typeref:struct:sof_panic_msg
104 for (i = 0; i < ARRAY_SIZE(panic_msg); i++) {
105 if (panic_msg[i].id == code) {
107 panic_msg[i].msg, code & SOF_IPC_PANIC_CODE_MASK);

Completed in 95 milliseconds