Searched refs:offset_r18 (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dunwind.c54 unsigned long offset_r14 = 0, offset_r18 = 0; local
138 if (offset_r18 || fp_displacement == 0)
141 offset_r18 = (u64)(((((s64)op >> 10) & 0x3ff) << 54) >> 54);
142 offset_r18 *= sizeof(unsigned long);
143 offset_r18 += fp_displacement;
175 if (found_prologue_end && offset_r14 && (offset_r18 || *pprev_pc) && fp_prev)
188 /* For innermost leaf function, there might not be a offset_r18 */
189 if (!*pprev_pc && (offset_r18 == 0))
194 if (offset_r18)
195 *pprev_pc = *(unsigned long *)(fp_prev + offset_r18);
[all...]

Completed in 92 milliseconds