Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm/mach-tegra/
Dreset-handler.S190 bleq __die @ CPU not present (to OS)
198 bne __die @ only CPU0 can be here
201 bleq __die @ no LP1 startup handler
212 bleq __die @ no LP2 startup handler
225 bleq __die @ CPU0 cannot be here
229 bleq __die @ no secondary startup handler
238 __die: label
/linux-6.6.21/arch/x86/kernel/
Ddumpstack.c431 int __die(const char *str, struct pt_regs *regs, long err) in __die() function
436 NOKPROBE_SYMBOL(__die);
447 if (__die(str, regs, err)) in die()
/linux-6.6.21/arch/x86/include/asm/
Dkdebug.h37 extern int __must_check __die(const char *, struct pt_regs *, long);
/linux-6.6.21/arch/arm/kernel/
Dtraps.c278 static int __die(const char *str, int err, struct pt_regs *regs) in __die() function
373 if (__die(str, err, regs)) in die()
/linux-6.6.21/arch/x86/mm/
Dfault.c600 if (__die("Bad pagetable", regs, error_code)) in pgtable_bad()
703 if (__die("Oops", regs, error_code)) in page_fault_oops()
/linux-6.6.21/arch/arm64/kernel/
Dtraps.c185 static int __die(const char *str, long err, struct pt_regs *regs) in __die() function
222 ret = __die(str, err, regs); in die()
/linux-6.6.21/arch/powerpc/kernel/
Dtraps.c262 static int __die(const char *str, struct pt_regs *regs, long err) in __die() function
284 NOKPROBE_SYMBOL(__die);
299 if (__die(str, regs, err)) in die()