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
27 #if !defined(CONFIG_FRAME_POINTER) || !defined(CONFIG_PRINTK)
31 stmfd sp!, {r4 - r8, lr} @ Save an extra register so we have a location...
32 movs frame, r0 @ if frame pointer is zero
33 beq no_frame @ we have no stack frames
35 tst r1, #0x10 @ 26 or 32-bit mode?
36 ARM( moveq mask, #0xfc000003 )
37 THUMB( moveq mask, #0xfc000000 )
38 THUMB( orreq mask, #0x03 )
39 movne mask, #0 @ mask for 32-bit
41 1: stmfd sp!, {pc} @ calculate offset of PC stored
42 ldr r0, [sp], #4 @ by stmfd for this CPU
48 * optionally saved caller registers (r4 - r10)
53 * optionally saved arguments (r0 - r3)
54 * saved sp => <next word>
56 * Functions start with the following code sequence:
58 * stmfd sp!, {r0 - r3} (optional)
59 * corrected pc => stmfd sp!, {..., fp, ip, lr, pc}
61 for_each_frame: tst frame, mask @ Check for address exceptions
64 1001: ldr sv_pc, [frame, #0] @ get saved pc
65 1002: ldr sv_fp, [frame, #-12] @ get saved fp
67 sub sv_pc, sv_pc, offset @ Correct PC for prefetching
68 bic sv_pc, sv_pc, mask @ mask PC/LR for the mode
70 1003: ldr r2, [sv_pc, #-4] @ if stmfd sp!, {args} exists,
71 ldr r3, .Ldsi+4 @ adjust saved 'pc' back one
72 teq r3, r2, lsr #10 @ instruction
73 subne r0, sv_pc, #4 @ allow for mov
74 subeq r0, sv_pc, #8 @ allow for mov + stmia
76 ldr r1, [frame, #-4] @ get saved lr
78 bic r1, r1, mask @ mask PC/LR for the mode
79 bl dump_backtrace_entry
81 ldr r1, [sv_pc, #-4] @ if stmfd sp!, {args} exists,
84 ldreq r0, [frame, #-8] @ get sp
85 subeq r0, r0, #4 @ point at the last arg
86 bleq .Ldumpstm @ dump saved registers
88 1004: ldr r1, [sv_pc, #0] @ if stmfd sp!, {..., fp, ip, lr, pc}
89 ldr r3, .Ldsi @ instruction exists,
92 bleq .Ldumpstm @ dump saved registers
94 teq sv_fp, #0 @ zero saved fp means
95 beq no_frame @ no further frames
97 cmp sv_fp, frame @ next frame must be
98 mov frame, sv_fp @ above the current frame
104 no_frame: ldmfd sp!, {r4 - r8, pc}
107 .pushsection __ex_table,"a"
119 .Ldumpstm: stmfd sp!, {instr, reg, stack, r7, lr}
125 ARM( tst instr, r3, lsl reg )
127 THUMB( tst instr, r3 )
143 ldmfd sp!, {instr, reg, stack, r7, pc}
145 .Lfp: .asciz "%cr%d:%08x"
147 .Lbad: .asciz "Backtrace aborted due to bad frame pointer <%p>\n"
149 .Ldsi: .word 0xe92dd800 >> 10 @ stmfd sp!, {... fp, ip, lr, pc}
150 .word 0xe92d0000 >> 10 @ stmfd sp!, {}