/openbmc/u-boot/arch/arm/lib/ |
H A D | interrupts_64.c | 28 void show_regs(struct pt_regs *regs) in show_regs() function 51 show_regs(pt_regs); in do_bad_sync() 62 show_regs(pt_regs); in do_bad_irq() 73 show_regs(pt_regs); in do_bad_fiq() 84 show_regs(pt_regs); in do_bad_error() 95 show_regs(pt_regs); in do_sync() 106 show_regs(pt_regs); in do_irq() 117 show_regs(pt_regs); in do_fiq() 131 show_regs(pt_regs); in do_error()
|
H A D | interrupts.c | 82 void show_regs (struct pt_regs *regs) in show_regs() function 137 show_regs (pt_regs); in do_undefined_instruction() 147 show_regs (pt_regs); in do_software_interrupt() 157 show_regs (pt_regs); in do_prefetch_abort() 167 show_regs (pt_regs); in do_data_abort() 177 show_regs (pt_regs); in do_not_used() 187 show_regs (pt_regs); in do_fiq() 197 show_regs (pt_regs); in do_irq()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/ |
H A D | traps.c | 54 static void show_regs(struct pt_regs *regs) in show_regs() function 80 show_regs(regs); in _exception() 118 show_regs(regs); in MachineCheckException() 125 show_regs(regs); in AlignmentException() 132 show_regs(regs); in ProgramCheckException() 139 show_regs(regs); in SoftEmuException() 155 show_regs(regs); in DebugException()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | traps.c | 51 void show_regs(struct pt_regs *regs) in show_regs() function 79 show_regs(regs); in _exception() 152 show_regs(regs); in MachineCheckException() 166 show_regs(regs); in AlignmentException() 177 show_regs(regs); in ProgramCheckException() 188 show_regs(regs); in SoftEmuException() 212 show_regs(regs); in DebugException()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
H A D | traps.c | 58 void show_regs(struct pt_regs *regs) in show_regs() function 88 show_regs(regs); in _exception() 134 show_regs(regs); in MachineCheckException() 145 show_regs(regs); in AlignmentException() 159 show_regs(regs); in ProgramCheckException() 181 show_regs(regs); in SoftEmuException()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | traps.c | 87 void show_regs(struct pt_regs *regs) in show_regs() function 117 show_regs(regs); in _exception() 184 show_regs(regs); in MachineCheckException() 208 show_regs(regs); in AlignmentException() 222 show_regs(regs); in ProgramCheckException() 276 show_regs(regs); in ExtIntException() 283 show_regs(regs); in DebugException()
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | traps.c | 37 show_regs(regs); in die() 138 show_regs(fp); in handle_unaligned_c() 178 show_regs(regs); in unhandled_exception()
|
/openbmc/u-boot/arch/nds32/lib/ |
H A D | interrupts.c | 70 void show_regs(struct pt_regs *regs) in show_regs() function 114 show_regs(pt_regs); in do_interruption()
|
/openbmc/u-boot/arch/mips/lib/ |
H A D | traps.c | 20 static void show_regs(const struct pt_regs *regs) in show_regs() function 70 show_regs(regs); in do_reserved()
|
/openbmc/u-boot/arch/arc/lib/ |
H A D | interrupts.c | 61 void show_regs(struct pt_regs *regs) in show_regs() function 78 show_regs(regs); in bad_mode()
|
/openbmc/linux/arch/um/kernel/ |
H A D | trap.c | 218 show_regs(container_of(regs, struct pt_regs, regs)); in segv() 222 show_regs(container_of(regs, struct pt_regs, regs)); in segv() 253 show_regs(container_of(regs, struct pt_regs, regs)); in segv()
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | traps.c | 124 void show_regs(struct pt_regs *regs) in show_regs() function 173 show_regs(regs); \ 258 show_regs(regs); in die_if_kernel() 335 show_regs(regs); in default_trap() 454 show_regs(regs); in parisc_terminate()
|
/openbmc/u-boot/arch/sandbox/include/asm/ |
H A D | ptrace.h | 15 extern void show_regs(struct pt_regs *);
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | watchdog.c | 158 show_regs(regs); in wd_lockup_ipi() 274 show_regs(regs); in wd_smp_clear_cpu_pending() 414 show_regs(regs); in DEFINE_INTERRUPT_HANDLER_NMI()
|
/openbmc/linux/arch/mips/sgi-ip32/ |
H A D | ip32-berr.c | 29 show_regs(regs); in ip32_be_handler()
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | bug.h | 25 void show_regs(struct pt_regs *regs);
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | ptrace.h | 24 extern void show_regs(struct pt_regs *);
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | bug.h | 15 void show_regs(struct pt_regs *regs);
|
/openbmc/u-boot/cmd/ |
H A D | bedbug.c | 18 extern void show_regs __P ((struct pt_regs *)); 382 show_regs (bug_ctx.regs); in do_bedbug_rdump()
|
/openbmc/linux/arch/arc/kernel/ |
H A D | troubleshoot.c | 168 void show_regs(struct pt_regs *regs) in show_regs() function 223 show_regs(regs); in show_kernel_fault_diag()
|
/openbmc/linux/arch/csky/kernel/ |
H A D | traps.c | 97 show_regs(regs); in die() 125 show_regs(regs); in do_trap()
|
/openbmc/linux/include/linux/sched/ |
H A D | debug.h | 26 extern void show_regs(struct pt_regs *);
|
/openbmc/linux/arch/x86/um/ |
H A D | sysrq_32.c | 15 void show_regs(struct pt_regs *regs) in show_regs() function
|
/openbmc/linux/arch/s390/kernel/ |
H A D | dumpstack.c | 179 void show_regs(struct pt_regs *regs) in show_regs() function 214 show_regs(regs); in die()
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | ptrace.h | 71 extern void show_regs(struct pt_regs *);
|