Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-tegra/
Dreset-handler.S183 bleq __die @ CPU not present (to OS)
202 bne __die @ only CPU0 can be here
205 bleq __die @ no LP1 startup handler
216 bleq __die @ no LP2 startup handler
229 bleq __die @ CPU0 cannot be here
233 bleq __die @ no secondary startup handler
242 __die: label
/Linux-v5.4/arch/x86/kernel/
Ddumpstack.c368 int __die(const char *str, struct pt_regs *regs, long err) in __die() function
397 NOKPROBE_SYMBOL(__die);
408 if (__die(str, regs, err)) in die()
/Linux-v5.4/arch/x86/include/asm/
Dkdebug.h36 extern int __must_check __die(const char *, struct pt_regs *, long);
/Linux-v5.4/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()
/Linux-v5.4/arch/arm/kernel/
Dtraps.c265 static int __die(const char *str, int err, struct pt_regs *regs) in __die() function
358 if (__die(str, err, regs)) in die()
/Linux-v5.4/arch/arm64/kernel/
Dtraps.c151 static int __die(const char *str, int err, struct pt_regs *regs) in __die() function
188 ret = __die(str, err, regs); in die()
/Linux-v5.4/arch/x86/mm/
Dfault.c678 if (__die("Bad pagetable", regs, error_code)) in pgtable_bad()
820 if (__die("Oops", regs, error_code)) in no_context()
/Linux-v5.4/arch/powerpc/kernel/
Dtraps.c253 static int __die(const char *str, struct pt_regs *regs, long err) in __die() function
277 NOKPROBE_SYMBOL(__die);
292 if (__die(str, regs, err)) in die()