Searched refs:crash_fadump (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | fadump.h | 20 extern void crash_fadump(struct pt_regs *, const char *); 26 static inline void crash_fadump(struct pt_regs *regs, const char *str) { } in crash_fadump() function
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | fadump.h | 20 extern void crash_fadump(struct pt_regs *, const char *); 26 static inline void crash_fadump(struct pt_regs *regs, const char *str) { } in crash_fadump() function
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | setup-common.c | 704 crash_fadump(NULL, ptr); in ppc_panic_event()
|
H A D | traps.c | 227 crash_fadump(regs, "die oops"); in oops_end() 484 crash_fadump(regs, "System Reset"); in system_reset_exception()
|
H A D | fadump.c | 681 void crash_fadump(struct pt_regs *regs, const char *str) in crash_fadump() function 1164 /* We will set the crashing cpu id in crash_fadump() during crash. */ in init_fadump_header()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | setup-common.c | 742 crash_fadump(NULL, ptr); in ppc_panic_fadump_handler()
|
H A D | traps.c | 228 crash_fadump(regs, "die oops"); in oops_end() 481 crash_fadump(regs, "System Reset"); in DEFINE_INTERRUPT_HANDLER_NMI()
|
H A D | fadump.c | 693 void crash_fadump(struct pt_regs *regs, const char *str) in crash_fadump() function 1179 /* We will set the crashing cpu id in crash_fadump() during crash. */ in init_fadump_header()
|
Completed in 14 milliseconds