Searched refs:__die_if_kernel (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/arch/score/include/asm/ |
H A D | bug.h | 9 extern void __die_if_kernel(const char *, struct pt_regs *, const char *, 15 __die_if_kernel(msg, regs, __FILE__ ":", __func__, __LINE__)
|
/linux-4.4.14/arch/xtensa/kernel/ |
H A D | traps.c | 168 __die_if_kernel(const char *str, struct pt_regs *regs, long err) __die_if_kernel() function 180 __die_if_kernel("Caught unhandled exception - should not happen", do_unhandled() 277 __die_if_kernel("Illegal instruction in kernel", regs, SIGKILL); do_illegal_instruction() 300 __die_if_kernel("Unhandled unaligned exception in kernel", do_unaligned_user() 334 __die_if_kernel("Breakpoint in kernel", regs, SIGKILL); do_debug()
|
/linux-4.4.14/arch/score/kernel/ |
H A D | traps.c | 166 void __die_if_kernel(const char *str, struct pt_regs *regs, __die_if_kernel() function
|
Completed in 273 milliseconds