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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Dsystem.h81 extern void __die_if_kernel(const char *, struct pt_regs *, const char *,
87 __die_if_kernel(msg, regs, __FILE__ ":", __func__, __LINE__)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dtraps.c163 __die_if_kernel(const char *str, struct pt_regs *regs, long err) function
175 __die_if_kernel("Caught unhandled exception - should not happen",
229 __die_if_kernel("Illegal instruction in kernel", regs, SIGKILL);
253 __die_if_kernel("Unhandled unaligned exception in kernel",
288 __die_if_kernel("Breakpoint in kernel", regs, SIGKILL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/kernel/
H A Dtraps.c171 void __die_if_kernel(const char *str, struct pt_regs *regs, function

Completed in 49 milliseconds