Searched refs:offset_r14 (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
130 if (offset_r14 || fp_displacement == 0)
133 offset_r14 = (u64)(((((s64)op >> 10) & 0x3ff) << 54) >> 54);
134 offset_r14 *= sizeof(unsigned long);
135 offset_r14 += fp_displacement;
175 if (found_prologue_end && offset_r14 && (offset_r18 || *pprev_pc) && fp_prev)
179 if (offset_r14 == 0 || fp_prev == 0) {
180 if (!offset_r14)
192 *pprev_fp = *(unsigned long *)(fp_prev + offset_r14);

Completed in 46 milliseconds