Lines Matching refs:UNW_FP
906 UNW_FP(frame)); in arc_unwind()
1087 if (UNW_SP(frame) < top && UNW_FP(frame) <= UNW_SP(frame) in arc_unwind()
1088 && bottom < UNW_FP(frame) in arc_unwind()
1090 if (UNW_SP(frame) > top && UNW_FP(frame) >= UNW_SP(frame) in arc_unwind()
1091 && bottom > UNW_FP(frame) in arc_unwind()
1093 && !((UNW_SP(frame) | UNW_FP(frame)) in arc_unwind()
1098 (UNW_FP(frame) + FRAME_LINK_OFFSET)) in arc_unwind()
1100 && link > bottom && link < UNW_FP(frame) in arc_unwind()
1102 && link > UNW_FP(frame) && link < bottom in arc_unwind()
1106 (unsigned long *)(UNW_FP(frame) in arc_unwind()
1110 UNW_FP(frame) + FRAME_RETADDR_OFFSET in arc_unwind()
1117 UNW_FP(frame) = link; in arc_unwind()