Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/lib/
H A Dinterrupts_64.c39 void show_regs(struct pt_regs *regs) in show_regs() function
114 void show_regs(struct pt_regs *regs) in show_regs() function
144 show_regs(pt_regs); in do_bad_sync()
155 show_regs(pt_regs); in do_bad_irq()
166 show_regs(pt_regs); in do_bad_fiq()
177 show_regs(pt_regs); in do_bad_error()
195 show_regs(pt_regs); in do_sync()
207 show_regs(pt_regs); in do_irq()
219 show_regs(pt_regs); in do_fiq()
240 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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/arch/sandbox/include/asm/
H A Dptrace.h16 extern void show_regs(struct pt_regs *);
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dptrace.h24 extern void show_regs(struct pt_regs *);
/rk3399_rockchip-uboot/arch/sh/include/asm/
H A Dptrace.h90 extern void show_regs(struct pt_regs *);
/rk3399_rockchip-uboot/arch/xtensa/include/asm/
H A Dptrace.h118 void show_regs(struct pt_regs *);
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dptrace.h97 extern void show_regs(struct pt_regs *);
/rk3399_rockchip-uboot/cmd/
H A Dbedbug.c18 extern void show_regs __P ((struct pt_regs *));
382 show_regs (bug_ctx.regs); in do_bedbug_rdump()
/rk3399_rockchip-uboot/drivers/irq/
H A Dirq-generic.c312 show_regs(pt_regs); in do_irq()
322 show_regs(pt_regs); in do_irq()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A DKconfig1082 to dump can be added in show_regs().