Searched refs:__show_regs (Results 1 – 17 of 17) sorted by relevance
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | system_misc.h | 33 extern void __show_regs(struct pt_regs *);
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | dumpstack.c | 167 __show_regs(regs, SHOW_REGS_SHORT, log_lvl); in show_regs_if_on_stack() 372 __show_regs(&exec_summary_regs, SHOW_REGS_ALL, KERN_DEFAULT); in oops_end() 469 __show_regs(regs, print_kernel_regs, KERN_DEFAULT); in show_regs()
|
A D | process_32.c | 59 void __show_regs(struct pt_regs *regs, enum show_regs_mode mode, in __show_regs() function
|
A D | process_64.c | 66 void __show_regs(struct pt_regs *regs, enum show_regs_mode mode, in __show_regs() function
|
/linux-6.3-rc2/arch/riscv/kernel/ |
A D | process.c | 44 void __show_regs(struct pt_regs *regs) in __show_regs() function 81 __show_regs(regs); in show_regs()
|
A D | traps.c | 102 __show_regs(regs); in do_trap() 285 __show_regs(regs); in handle_bad_stack()
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | kdebug.h | 39 extern void __show_regs(struct pt_regs *regs, enum show_regs_mode,
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | bug.h | 88 void __show_regs(struct pt_regs *regs);
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | bug.h | 90 extern void __show_regs(struct pt_regs *);
|
/linux-6.3-rc2/arch/arm/kernel/ |
A D | process.c | 112 void __show_regs(struct pt_regs *regs) in __show_regs() function 202 __show_regs(regs); in show_regs()
|
A D | traps.c | 293 __show_regs(regs); in __die() 495 __show_regs(regs); in do_undefinstr() 679 __show_regs(regs); in arm_syscall()
|
/linux-6.3-rc2/arch/loongarch/kernel/ |
A D | traps.c | 156 static void __show_regs(const struct pt_regs *regs) in __show_regs() function 207 __show_regs((struct pt_regs *)regs); in show_regs() 213 __show_regs(regs); in show_registers()
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | process.c | 200 void __show_regs(struct pt_regs *regs) in __show_regs() function 245 __show_regs(regs); in show_regs()
|
A D | traps.c | 263 __show_regs(regs); in arm64_show_signal() 885 __show_regs(regs); in panic_bad_stack() 903 __show_regs(regs); in arm64_serror_panic()
|
A D | entry-common.c | 295 __show_regs(regs); in __panic_unhandled()
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | process.c | 1545 static void __show_regs(struct pt_regs *regs) in __show_regs() function 1595 __show_regs(regs); in show_regs() 2296 __show_regs(regs); in show_stack()
|
/linux-6.3-rc2/arch/mips/kernel/ |
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()
|
Completed in 27 milliseconds