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

/linux-master/arch/x86/include/asm/
H A Dkdebug.h37 extern int __must_check __die(const char *, struct pt_regs *, long);
/linux-master/arch/arm/mach-tegra/
H A 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-master/arch/x86/kernel/
H A Ddumpstack.c431 int __die(const char *str, struct pt_regs *regs, long err) function
436 NOKPROBE_SYMBOL(__die); variable
447 if (__die(str, regs, err))
/linux-master/arch/x86/entry/
H A Dentry_fred.c44 if (__die("Invalid or fatal FRED event", regs, error_code))
/linux-master/arch/arm/kernel/
H A Dtraps.c278 static int __die(const char *str, int err, struct pt_regs *regs) function
373 if (__die(str, err, regs))
/linux-master/arch/arm64/kernel/
H A Dtraps.c185 static int __die(const char *str, long err, struct pt_regs *regs) function
222 ret = __die(str, err, regs);
/linux-master/arch/x86/mm/
H A Dfault.c606 if (__die("Bad pagetable", regs, error_code))
709 if (__die("Oops", regs, error_code))
/linux-master/arch/powerpc/kernel/
H A Dtraps.c262 static int __die(const char *str, struct pt_regs *regs, long err) function
284 NOKPROBE_SYMBOL(__die); variable
299 if (__die(str, regs, err))

Completed in 431 milliseconds