/openbmc/linux/arch/arm64/include/asm/ |
H A D | system_misc.h | 33 extern void __show_regs(struct pt_regs *);
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | kdebug.h | 39 extern void __show_regs(struct pt_regs *regs, enum show_regs_mode,
|
/openbmc/linux/arch/x86/kernel/ |
H A D | dumpstack.c | 167 __show_regs(regs, SHOW_REGS_SHORT, log_lvl); in show_regs_if_on_stack() 375 __show_regs(&exec_summary_regs, SHOW_REGS_ALL, KERN_DEFAULT); in oops_end() 472 __show_regs(regs, print_kernel_regs, KERN_DEFAULT); in show_regs()
|
H A D | process_32.c | 59 void __show_regs(struct pt_regs *regs, enum show_regs_mode mode, in __show_regs() function
|
H A D | process_64.c | 67 void __show_regs(struct pt_regs *regs, enum show_regs_mode mode, in __show_regs() function
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | process.c | 42 void __show_regs(struct pt_regs *regs) in __show_regs() function 79 __show_regs(regs); in show_regs()
|
H A D | traps.c | 109 __show_regs(regs); in do_trap() 428 __show_regs(regs); in handle_bad_stack()
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | bug.h | 88 void __show_regs(struct pt_regs *regs);
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | bug.h | 90 extern void __show_regs(struct pt_regs *);
|
/openbmc/linux/arch/arm/kernel/ |
H A D | process.c | 112 void __show_regs(struct pt_regs *regs) in __show_regs() function 202 __show_regs(regs); in show_regs()
|
H A D | traps.c | 293 __show_regs(regs); in __die() 495 __show_regs(regs); in do_undefinstr() 679 __show_regs(regs); in arm_syscall()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | process.c | 200 void __show_regs(struct pt_regs *regs) in __show_regs() function 245 __show_regs(regs); in show_regs()
|
H A D | traps.c | 263 __show_regs(regs); in arm64_show_signal() 943 __show_regs(regs); in panic_bad_stack() 961 __show_regs(regs); in arm64_serror_panic()
|
H A D | entry-common.c | 297 __show_regs(regs); in __panic_unhandled()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | traps.c | 300 static void __show_regs(const struct pt_regs *regs) in __show_regs() function 355 __show_regs((struct pt_regs *)regs); in show_regs() 361 __show_regs(regs); in show_registers()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | process.c | 1552 static void __show_regs(struct pt_regs *regs) in __show_regs() function 1602 __show_regs(regs); in show_regs() 2345 __show_regs(regs); in show_stack()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | traps.c | 263 static void __show_regs(const struct pt_regs *regs) in __show_regs() function 366 __show_regs(regs); in show_regs() 374 __show_regs(regs); in show_registers()
|