Searched refs:__die_if_kernel (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/ |
| H A D | traps.c | 170 __die_if_kernel(const char *str, struct pt_regs *regs, long err) in __die_if_kernel() function 182 __die_if_kernel("Caught unhandled exception - should not happen", in do_unhandled() 307 __die_if_kernel("Illegal instruction in kernel", regs, SIGKILL); in do_illegal_instruction() 328 __die_if_kernel("Unhandled unaligned exception in kernel", in do_unaligned_user() 357 __die_if_kernel("Breakpoint in kernel", regs, SIGKILL); in do_debug()
|
| /OK3568_Linux_fs/u-boot/arch/mips/include/asm/ |
| H A D | system.h | 257 extern void __die_if_kernel(const char *, struct pt_regs *, const char *where, 263 __die_if_kernel(msg, regs, __FILE__ ":"__FUNCTION__, __LINE__)
|