Searched refs:nmi_panic (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/arch/x86/kernel/ |
| D | nmi.c | 229 nmi_panic(regs, "NMI: Not continuing"); in pci_serr_error() 254 nmi_panic(regs, "NMI IOCK error: Not continuing"); in io_check_error() 303 nmi_panic(regs, "NMI: Not continuing"); in unknown_nmi_error()
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | watchdog.c | 193 nmi_panic(NULL, "Hard LOCKUP"); in watchdog_smp_panic() 287 nmi_panic(regs, "Hard LOCKUP"); in soft_nmi_interrupt()
|
| D | traps.c | 500 nmi_panic(regs, "System Reset"); in system_reset_exception() 506 nmi_panic(regs, "Unrecoverable nested System Reset"); in system_reset_exception() 510 nmi_panic(regs, "Unrecoverable System Reset"); in system_reset_exception() 854 nmi_panic(regs, "Unrecoverable Machine check"); in machine_check_exception()
|
| /Linux-v5.4/kernel/ |
| D | panic.c | 124 void nmi_panic(struct pt_regs *regs, const char *msg) in nmi_panic() function 136 EXPORT_SYMBOL(nmi_panic);
|
| D | watchdog_hld.c | 156 nmi_panic(regs, "Hard LOCKUP"); in watchdog_overflow_callback()
|
| /Linux-v5.4/drivers/watchdog/ |
| D | hpwdt.c | 193 nmi_panic(regs, panic_msg); in hpwdt_pretimeout()
|
| /Linux-v5.4/arch/arm64/kernel/ |
| D | traps.c | 839 nmi_panic(NULL, "kernel stack overflow"); in handle_bad_stack() 853 nmi_panic(regs, "Asynchronous SError Interrupt"); in arm64_serror_panic()
|
| /Linux-v5.4/drivers/char/ipmi/ |
| D | ipmi_watchdog.c | 1129 nmi_panic(regs, "pre-timeout"); in ipmi_nmi()
|
| /Linux-v5.4/include/linux/ |
| D | kernel.h | 323 void nmi_panic(struct pt_regs *regs, const char *msg);
|