Home
last modified time | relevance | path

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

/Linux-v4.19/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
/Linux-v4.19/arch/x86/kernel/
Ddumpstack.c368 int __die(const char *str, struct pt_regs *regs, long err) in __die() function
392 NOKPROBE_SYMBOL(__die);
403 if (__die(str, regs, err)) in die()
/Linux-v4.19/arch/x86/include/asm/
Dkdebug.h36 extern int __must_check __die(const char *, struct pt_regs *, long);
/Linux-v4.19/arch/unicore32/kernel/
Dtraps.c182 static int __die(const char *str, int err, struct thread_info *thread, in __die() function
228 ret = __die(str, err, thread, regs); in die()
/Linux-v4.19/arch/arm64/kernel/
Dtraps.c163 static int __die(const char *str, int err, struct pt_regs *regs) in __die() function
207 ret = __die(str, err, regs); in die()
/Linux-v4.19/arch/arm/kernel/
Dtraps.c268 static int __die(const char *str, int err, struct pt_regs *regs) in __die() function
361 if (__die(str, err, regs)) in die()
/Linux-v4.19/arch/x86/mm/
Dfault.c697 if (__die("Bad pagetable", regs, error_code)) in pgtable_bad()
807 if (__die("Oops", regs, error_code)) in no_context()
/Linux-v4.19/arch/powerpc/kernel/
Dtraps.c258 static int __die(const char *str, struct pt_regs *regs, long err) in __die() function
289 NOKPROBE_SYMBOL(__die);
304 if (__die(str, regs, err)) in die()