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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dkdebug.h28 extern int __must_check __die(const char *, struct pt_regs *, long);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Dsystem.h79 extern void __die(const char *, struct pt_regs *, const char *,
85 __die(msg, regs, __FILE__ ":", __func__, __LINE__)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/kernel/
H A Dtraps.c159 void __die(const char *str, struct pt_regs *regs, const char *file, function
175 __die(str, regs, file, func, line);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Ddumpstack.c268 int __kprobes __die(const char *str, struct pt_regs *regs, long err) function
323 if (__die(str, regs, err))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dfault.c592 if (__die("Bad pagetable", regs, error_code))
645 if (__die("Oops", regs, error_code))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dtraps.c230 static int __die(const char *str, int err, struct thread_info *thread, struct pt_regs *regs) function
280 ret = __die(str, err, thread, regs);

Completed in 57 milliseconds