Searched refs:__die (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/arch/arm/mach-tegra/ |
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.12.1/arch/x86/kernel/ |
D | dumpstack.c | 431 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.12.1/arch/x86/include/asm/ |
D | kdebug.h | 37 extern int __must_check __die(const char *, struct pt_regs *, long);
|
/linux-6.12.1/drivers/gpu/drm/ci/xfails/ |
D | vkms-none-skips.txt | 23 # ? __die+0x1e/0x60 74 # ? __die+0x1e/0x60 125 # ? __die+0x1e/0x60 176 # ? __die+0x1e/0x60
|
/linux-6.12.1/arch/arm/kernel/ |
D | traps.c | 279 static int __die(const char *str, int err, struct pt_regs *regs) in __die() function 374 if (__die(str, err, regs)) in die()
|
/linux-6.12.1/arch/x86/entry/ |
D | entry_fred.c | 44 if (__die("Invalid or fatal FRED event", regs, error_code)) in fred_bad_type()
|
/linux-6.12.1/arch/arm64/kernel/ |
D | traps.c | 185 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.12.1/arch/x86/mm/ |
D | fault.c | 608 if (__die("Bad pagetable", regs, error_code)) in pgtable_bad() 711 if (__die("Oops", regs, error_code)) in page_fault_oops()
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | traps.c | 262 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()
|