Searched refs:show_regs (Results 1 - 25 of 73) sorted by relevance

123

/linux-master/arch/arc/include/asm/
H A Dbug.h15 void show_regs(struct pt_regs *regs);
/linux-master/arch/csky/include/asm/
H A Dbug.h25 void show_regs(struct pt_regs *regs);
/linux-master/include/linux/sched/
H A Ddebug.h26 extern void show_regs(struct pt_regs *);
/linux-master/arch/mips/sgi-ip32/
H A Dip32-berr.c31 show_regs(regs);
/linux-master/arch/x86/um/
H A Dsysrq_32.c15 void show_regs(struct pt_regs *regs) function
H A Dsysrq_64.c17 void show_regs(struct pt_regs *regs) function
/linux-master/arch/nios2/include/asm/
H A Dptrace.h71 extern void show_regs(struct pt_regs *);
/linux-master/arch/nios2/kernel/
H A Dtraps.c37 show_regs(regs);
138 show_regs(fp);
178 show_regs(regs);
/linux-master/arch/sh/kernel/
H A Dnmi_debug.c32 show_regs(args->regs);
H A Dtraps.c35 show_regs(regs);
H A Dprocess_32.c31 void show_regs(struct pt_regs * regs) function
/linux-master/lib/
H A Dnmi_backtrace.c111 show_regs(regs);
/linux-master/arch/mips/sgi-ip27/
H A Dip27-berr.c78 show_regs(regs);
/linux-master/arch/um/kernel/
H A Dtrap.c218 show_regs(container_of(regs, struct pt_regs, regs));
222 show_regs(container_of(regs, struct pt_regs, regs));
253 show_regs(container_of(regs, struct pt_regs, regs));
/linux-master/arch/powerpc/kernel/
H A Dwatchdog.c158 show_regs(regs);
274 show_regs(regs);
414 show_regs(regs);
/linux-master/arch/microblaze/kernel/
H A Dexceptions.c45 show_regs(fp);
H A Dprocess.c23 void show_regs(struct pt_regs *regs) function
/linux-master/arch/arm/kernel/
H A Dentry-v7m.S29 bl show_regs
/linux-master/arch/hexagon/kernel/
H A Dvm_events.c15 * show_regs - print pt_regs structure
22 void show_regs(struct pt_regs *regs) function
/linux-master/arch/s390/kernel/
H A Ddumpstack.c179 void show_regs(struct pt_regs *regs) function
214 show_regs(regs);
/linux-master/arch/arc/kernel/
H A Dtroubleshoot.c170 void show_regs(struct pt_regs *regs) function
225 show_regs(regs);
/linux-master/arch/csky/kernel/
H A Dtraps.c98 show_regs(regs);
126 show_regs(regs);
/linux-master/arch/parisc/kernel/
H A Dtraps.c124 void show_regs(struct pt_regs *regs) function
173 show_regs(regs); \
258 show_regs(regs);
335 show_regs(regs);
454 show_regs(regs);
H A Dtoc.c93 show_regs(regs);
/linux-master/arch/sparc/kernel/
H A Dsys_sparc_32.c140 show_regs (regs);

Completed in 323 milliseconds

123