Searched refs:__die (Results 1 – 10 of 10) sorted by relevance
/arch/score/include/asm/ |
D | bug.h | 7 extern void __die(const char *, struct pt_regs *, const char *, 13 __die(msg, regs, __FILE__ ":", __func__, __LINE__)
|
/arch/arm/mach-tegra/ |
D | reset-handler.S | 164 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/ |
D | kdebug.h | 26 extern int __must_check __die(const char *, struct pt_regs *, long);
|
/arch/x86/kernel/ |
D | dumpstack.c | 253 int __die(const char *str, struct pt_regs *regs, long err) in __die() function 296 NOKPROBE_SYMBOL(__die); 310 if (__die(str, regs, err)) in die()
|
/arch/unicore32/kernel/ |
D | traps.c | 179 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/ |
D | traps.c | 154 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/ |
D | traps.c | 185 static int __die(const char *str, int err, struct thread_info *thread, in __die() function 230 ret = __die(str, err, thread, regs); in die()
|
/arch/arm/kernel/ |
D | traps.c | 245 static int __die(const char *str, int err, struct pt_regs *regs) in __die() function 338 if (__die(str, err, regs)) in die()
|
/arch/x86/mm/ |
D | fault.c | 640 if (__die("Bad pagetable", regs, error_code)) in pgtable_bad() 718 if (__die("Oops", regs, error_code)) in no_context()
|
/arch/powerpc/kernel/ |
D | traps.c | 197 static int __kprobes __die(const char *str, struct pt_regs *regs, long err) in __die() function 227 if (__die(str, regs, err)) in die()
|