Lines Matching full:saved
34 * We can treat the current frame's lr as the saved pc and the preceding
40 * instruction to calculate the saved pc. We can recover the pc in most cases,
46 * are less frequently saved.
50 * saved lr
51 * frame=> saved fp
52 * optionally saved caller registers (r4 - r10)
53 * optionally saved arguments (r0 - r3)
119 * sv_pc is the saved lr frame the frame above. This is a pointer to a code
124 1001: ldr sv_pc, [frame, #4] @ get saved 'pc'
125 1002: ldr sv_fp, [frame, #0] @ get saved fp
145 1003: ldr sv_lr, [sv_fp, #4] @ get saved lr from next frame
190 bleq dump_backtrace_stm @ dump saved registers
195 teq sv_fp, #0 @ zero saved fp means