2 * linux/arch/arm/lib/backtrace.S
4 * Copyright (C) 1995, 1996 Russell King
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
10 * 27/03/03 Ian Molton Clean up CONFIG_CPU
13 #include <linux/linkage.h>
14 #include <asm/assembler.h>
17 @ fp is 0 or stack frame
31 #if !defined(CONFIG_FRAME_POINTER) || !defined(CONFIG_PRINTK)
34 stmfd sp!, {r4 - r8, lr} @ Save an extra register so we have a location...
35 movs frame, r0 @ if frame pointer is zero
36 beq no_frame @ we have no stack frames
38 tst r1, #0x10 @ 26 or 32-bit mode?
39 moveq mask, #0xfc000003 @ mask for 26-bit
40 movne mask, #0 @ mask for 32-bit
42 1: stmfd sp!, {pc} @ calculate offset of PC stored
43 ldr r0, [sp], #4 @ by stmfd for this CPU
49 * optionally saved caller registers (r4 - r10)
54 * optionally saved arguments (r0 - r3)
55 * saved sp => <next word>
57 * Functions start with the following code sequence:
59 * stmfd sp!, {r0 - r3} (optional)
60 * corrected pc => stmfd sp!, {..., fp, ip, lr, pc}
62 for_each_frame: tst frame, mask @ Check for address exceptions
65 1001: ldr sv_pc, [frame, #0] @ get saved pc
66 1002: ldr sv_fp, [frame, #-12] @ get saved fp
68 sub sv_pc, sv_pc, offset @ Correct PC for prefetching
69 bic sv_pc, sv_pc, mask @ mask PC/LR for the mode
71 1003: ldr r2, [sv_pc, #-4] @ if stmfd sp!, {args} exists,
72 ldr r3, .Ldsi+4 @ adjust saved 'pc' back one
73 teq r3, r2, lsr #10 @ instruction
74 subne r0, sv_pc, #4 @ allow for mov
75 subeq r0, sv_pc, #8 @ allow for mov + stmia
77 ldr r1, [frame, #-4] @ get saved lr
79 bic r1, r1, mask @ mask PC/LR for the mode
80 bl dump_backtrace_entry
82 ldr r1, [sv_pc, #-4] @ if stmfd sp!, {args} exists,
85 ldreq r0, [frame, #-8] @ get sp
86 subeq r0, r0, #4 @ point at the last arg
87 bleq .Ldumpstm @ dump saved registers
89 1004: ldr r1, [sv_pc, #0] @ if stmfd sp!, {..., fp, ip, lr, pc}
90 ldr r3, .Ldsi @ instruction exists,
93 bleq .Ldumpstm @ dump saved registers
95 teq sv_fp, #0 @ zero saved fp means
96 beq no_frame @ no further frames
98 cmp sv_fp, frame @ next frame must be
99 mov frame, sv_fp @ above the current frame
105 no_frame: ldmfd sp!, {r4 - r8, pc}
107 .section __ex_table,"a"
119 .Ldumpstm: stmfd sp!, {instr, reg, stack, r7, lr}
125 tst instr, r3, lsl reg
141 ldmfd sp!, {instr, reg, stack, r7, pc}
143 .Lfp: .asciz "%cr%d:%08x"
145 .Lbad: .asciz "Backtrace aborted due to bad frame pointer <%p>\n"
147 .Ldsi: .word 0xe92dd800 >> 10 @ stmfd sp!, {... fp, ip, lr, pc}
148 .word 0xe92d0000 >> 10 @ stmfd sp!, {}