Searched refs:__die_if_kernel (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/xtensa/kernel/ |
H A D | traps.c | 174 __die_if_kernel(const char *str, struct pt_regs *regs, long err) in __die_if_kernel() function 203 __die_if_kernel("Caught unhandled exception - should not happen", in do_unhandled() 361 __die_if_kernel("Illegal instruction in kernel", regs, SIGKILL); in do_illegal_instruction() 372 __die_if_kernel("Unhandled division by 0 in kernel", regs, SIGKILL); in do_div0() 379 __die_if_kernel("Unhandled load/store exception in kernel", in do_load_store() 398 __die_if_kernel("Unhandled unaligned exception in kernel", in do_unaligned_user() 430 __die_if_kernel("Breakpoint in kernel", regs, SIGKILL); in do_debug()
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | system.h | 258 extern void __die_if_kernel(const char *, struct pt_regs *, const char *where, 264 __die_if_kernel(msg, regs, __FILE__ ":"__FUNCTION__, __LINE__)
|