Home
last modified time | relevance | path

Searched refs:__die (Results 1 – 10 of 10) sorted by relevance

/arch/score/include/asm/
Dbug.h7 extern void __die(const char *, struct pt_regs *, const char *,
13 __die(msg, regs, __FILE__ ":", __func__, __LINE__)
/arch/arm/mach-tegra/
Dreset-handler.S164 bleq __die @ CPU not present (to OS)
184 bne __die @ only CPU0 can be here
187 bleq __die @ no LP1 startup handler
198 bleq __die @ no LP2 startup handler
211 bleq __die @ CPU0 cannot be here
215 bleq __die @ no secondary startup handler
224 __die: label
/arch/x86/include/asm/
Dkdebug.h26 extern int __must_check __die(const char *, struct pt_regs *, long);
/arch/x86/kernel/
Ddumpstack.c254 int __die(const char *str, struct pt_regs *regs, long err) in __die() function
300 NOKPROBE_SYMBOL(__die);
314 if (__die(str, regs, err)) in die()
/arch/unicore32/kernel/
Dtraps.c179 static int __die(const char *str, int err, struct thread_info *thread, in __die() function
225 ret = __die(str, err, thread, regs); in die()
/arch/score/kernel/
Dtraps.c154 void __die(const char *str, struct pt_regs *regs, const char *file, in __die() function
170 __die(str, regs, file, func, line); in __die_if_kernel()
/arch/arm64/kernel/
Dtraps.c249 static int __die(const char *str, int err, struct pt_regs *regs) in __die() function
296 ret = __die(str, err, regs); in die()
/arch/arm/kernel/
Dtraps.c246 static int __die(const char *str, int err, struct pt_regs *regs) in __die() function
339 if (__die(str, err, regs)) in die()
/arch/x86/mm/
Dfault.c666 if (__die("Bad pagetable", regs, error_code)) in pgtable_bad()
744 if (__die("Oops", regs, error_code)) in no_context()
/arch/powerpc/kernel/
Dtraps.c197 static int __kprobes __die(const char *str, struct pt_regs *regs, long err) in __die() function
227 if (__die(str, regs, err)) in die()