| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | interrupts_64.c | 36 void show_regs(struct pt_regs *regs) in show_regs() function 111 void show_regs(struct pt_regs *regs) in show_regs() function 141 show_regs(pt_regs); in do_bad_sync() 152 show_regs(pt_regs); in do_bad_irq() 163 show_regs(pt_regs); in do_bad_fiq() 174 show_regs(pt_regs); in do_bad_error() 185 show_regs(pt_regs); in do_sync() 197 show_regs(pt_regs); in do_irq() 209 show_regs(pt_regs); in do_fiq() 223 show_regs(pt_regs); in do_error()
|
| H A D | interrupts.c | 58 void show_regs (struct pt_regs *regs) in show_regs() function 124 show_regs (pt_regs); in do_undefined_instruction() 133 show_regs (pt_regs); in do_software_interrupt() 142 show_regs (pt_regs); in do_prefetch_abort() 151 show_regs (pt_regs); in do_data_abort() 160 show_regs (pt_regs); in do_not_used() 169 show_regs (pt_regs); in do_fiq() 179 show_regs (pt_regs); in do_irq()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xx/ |
| H A D | traps.c | 55 static void show_regs(struct pt_regs *regs) in show_regs() function 81 show_regs(regs); in _exception() 119 show_regs(regs); in MachineCheckException() 126 show_regs(regs); in AlignmentException() 133 show_regs(regs); in ProgramCheckException() 140 show_regs(regs); in SoftEmuException() 156 show_regs(regs); in DebugException()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/ |
| H A D | traps.c | 52 void show_regs(struct pt_regs *regs) in show_regs() function 80 show_regs(regs); in _exception() 153 show_regs(regs); in MachineCheckException() 167 show_regs(regs); in AlignmentException() 178 show_regs(regs); in ProgramCheckException() 189 show_regs(regs); in SoftEmuException() 213 show_regs(regs); in DebugException()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | traps.c | 88 void show_regs(struct pt_regs *regs) in show_regs() function 118 show_regs(regs); in _exception() 185 show_regs(regs); in MachineCheckException() 209 show_regs(regs); in AlignmentException() 223 show_regs(regs); in ProgramCheckException() 277 show_regs(regs); in ExtIntException() 284 show_regs(regs); in DebugException()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/ |
| H A D | traps.c | 59 void show_regs(struct pt_regs *regs) in show_regs() function 89 show_regs(regs); in _exception() 135 show_regs(regs); in MachineCheckException() 146 show_regs(regs); in AlignmentException() 160 show_regs(regs); in ProgramCheckException() 182 show_regs(regs); in SoftEmuException()
|
| /OK3568_Linux_fs/kernel/arch/nios2/kernel/ |
| H A D | traps.c | 37 show_regs(regs); in die() 143 show_regs(fp); in handle_unaligned_c() 183 show_regs(regs); in unhandled_exception()
|
| /OK3568_Linux_fs/kernel/arch/nds32/kernel/ |
| H A D | traps.c | 176 show_regs(regs); in die() 290 show_regs(regs); in unhandled_interruption() 301 show_regs(regs); in unhandled_exceptions() 328 show_regs(regs); in do_revinsn()
|
| H A D | process.c | 96 void show_regs(struct pt_regs *regs) in show_regs() function 127 EXPORT_SYMBOL(show_regs);
|
| /OK3568_Linux_fs/u-boot/arch/mips/lib/ |
| H A D | traps.c | 21 static void show_regs(const struct pt_regs *regs) in show_regs() function 71 show_regs(regs); in do_reserved()
|
| /OK3568_Linux_fs/u-boot/arch/nds32/lib/ |
| H A D | interrupts.c | 71 void show_regs(struct pt_regs *regs) in show_regs() function 115 show_regs(pt_regs); in do_interruption()
|
| /OK3568_Linux_fs/u-boot/arch/arc/lib/ |
| H A D | interrupts.c | 62 void show_regs(struct pt_regs *regs) in show_regs() function 79 show_regs(regs); in bad_mode()
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/ |
| H A D | trap.c | 216 show_regs(container_of(regs, struct pt_regs, regs)); in segv() 220 show_regs(container_of(regs, struct pt_regs, regs)); in segv() 251 show_regs(container_of(regs, struct pt_regs, regs)); in segv()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | watchdog.c | 124 show_regs(regs); in wd_lockup_ipi() 218 show_regs(regs); in wd_smp_clear_cpu_pending() 314 show_regs(regs); in soft_nmi_interrupt()
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | traps.c | 119 void show_regs(struct pt_regs *regs) in show_regs() function 168 show_regs(regs); \ 260 show_regs(regs); in die_if_kernel() 328 show_regs(regs); in default_trap() 454 show_regs(regs); in parisc_terminate()
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | traps.c | 43 show_regs(regs); in die() 73 show_regs(regs); in do_trap()
|
| /OK3568_Linux_fs/kernel/arch/csky/kernel/ |
| H A D | traps.c | 99 show_regs(regs); in die() 127 show_regs(regs); in do_trap()
|
| /OK3568_Linux_fs/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()
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | troubleshoot.c | 168 void show_regs(struct pt_regs *regs) in show_regs() function 222 show_regs(regs); in show_kernel_fault_diag()
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/ |
| H A D | ptrace.h | 16 extern void show_regs(struct pt_regs *);
|
| /OK3568_Linux_fs/kernel/arch/csky/include/asm/ |
| H A D | bug.h | 24 void show_regs(struct pt_regs *regs);
|
| /OK3568_Linux_fs/kernel/arch/mips/sgi-ip32/ |
| H A D | ip32-berr.c | 29 show_regs(regs); in ip32_be_handler()
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | dumpstack.c | 173 void show_regs(struct pt_regs *regs) in show_regs() function 208 show_regs(regs); in die()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | ptrace.h | 24 extern void show_regs(struct pt_regs *);
|
| /OK3568_Linux_fs/kernel/arch/c6x/include/asm/ |
| H A D | ptrace.h | 26 extern void show_regs(struct pt_regs *);
|