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

/linux-master/arch/xtensa/kernel/
H A Dtraps.c174 __die_if_kernel(const char *str, struct pt_regs *regs, long err) function
203 __die_if_kernel("Caught unhandled exception - should not happen",
361 __die_if_kernel("Illegal instruction in kernel", regs, SIGKILL);
372 __die_if_kernel("Unhandled division by 0 in kernel", regs, SIGKILL);
379 __die_if_kernel("Unhandled load/store exception in kernel",
398 __die_if_kernel("Unhandled unaligned exception in kernel",
430 __die_if_kernel("Breakpoint in kernel", regs, SIGKILL);

Completed in 102 milliseconds