Searched refs:__die (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/arch/arm/mach-tegra/ |
| H A D | reset-handler.S | 190 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.15/arch/x86/kernel/ |
| H A D | dumpstack.c | 425 int __die(const char *str, struct pt_regs *regs, long err) in __die() function 430 NOKPROBE_SYMBOL(__die); 441 if (__die(str, regs, err)) in die()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | kdebug.h | 37 extern int __must_check __die(const char *, struct pt_regs *, long);
|
| /linux-6.15/drivers/gpu/drm/ci/xfails/ |
| H A D | vkms-none-skips.txt | 24 # ? __die+0x1e/0x60 75 # ? __die+0x1e/0x60 126 # ? __die+0x1e/0x60 177 # ? __die+0x1e/0x60 228 # ? __die+0x1e/0x60 336 # ? __die+0x1e/0x60 442 # ? __die+0x1e/0x60 548 # ? __die+0x1e/0x60 654 # ? __die+0x1e/0x60 760 # ? __die+0x1e/0x60
|
| /linux-6.15/arch/x86/entry/ |
| H A D | entry_fred.c | 44 if (__die("Invalid or fatal FRED event", regs, error_code)) in fred_bad_type()
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | traps.c | 272 static int __die(const char *str, int err, struct pt_regs *regs) in __die() function 367 if (__die(str, err, regs)) in die()
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | traps.c | 177 static int __die(const char *str, long err, struct pt_regs *regs) in __die() function 214 ret = __die(str, err, regs); in die()
|
| /linux-6.15/arch/x86/mm/ |
| H A D | fault.c | 607 if (__die("Bad pagetable", regs, error_code)) in pgtable_bad() 710 if (__die("Oops", regs, error_code)) in page_fault_oops()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | traps.c | 262 static int __die(const char *str, struct pt_regs *regs, long err) in __die() function 283 NOKPROBE_SYMBOL(__die); 298 if (__die(str, regs, err)) in die()
|