Home
last modified time | relevance | path

Searched full:sv_fp (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm/lib/
H A Dbacktrace-clang.S16 #define sv_fp r5 macro
116 * sv_fp is the stack frame with the locals for the current considered
125 1002: ldr sv_fp, [frame, #0] @ get saved fp
127 teq sv_fp, mask @ make sure next frame exists
145 1003: ldr sv_lr, [sv_fp, #4] @ get saved lr from next frame
155 ldr sv_pc, [sv_fp, #4] @ get lr address
195 teq sv_fp, #0 @ zero saved fp means
198 cmp sv_fp, frame @ next frame must be
199 mov frame, sv_fp @ above the current frame
206 cmpls sv_fp, #PAGE_OFFSET
H A Dbacktrace.S17 #define sv_fp r5 macro
64 1002: ldr sv_fp, [frame, #-12] @ get saved fp
96 teq sv_fp, #0 @ zero saved fp means
99 cmp sv_fp, frame @ next frame must be
100 mov frame, sv_fp @ above the current frame
107 cmpls sv_fp, #PAGE_OFFSET