Home
last modified time | relevance | path

Searched refs:show_regs (Results 1 – 25 of 112) sorted by relevance

12345

/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dinterrupts_64.c36 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 Dinterrupts.c58 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 Dtraps.c55 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 Dtraps.c52 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 Dtraps.c88 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 Dtraps.c59 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 Dtraps.c37 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 Dtraps.c176 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 Dprocess.c96 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 Dtraps.c21 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 Dinterrupts.c71 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 Dinterrupts.c62 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 Dtrap.c216 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 Dwatchdog.c124 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 Dtraps.c119 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 Dtraps.c43 show_regs(regs); in die()
73 show_regs(regs); in do_trap()
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dtraps.c99 show_regs(regs); in die()
127 show_regs(regs); in do_trap()
/OK3568_Linux_fs/u-boot/cmd/
H A Dbedbug.c18 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 Dtroubleshoot.c168 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 Dptrace.h16 extern void show_regs(struct pt_regs *);
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dbug.h24 void show_regs(struct pt_regs *regs);
/OK3568_Linux_fs/kernel/arch/mips/sgi-ip32/
H A Dip32-berr.c29 show_regs(regs); in ip32_be_handler()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Ddumpstack.c173 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 Dptrace.h24 extern void show_regs(struct pt_regs *);
/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Dptrace.h26 extern void show_regs(struct pt_regs *);

12345