Lines Matching refs:UNW_FP
898 UNW_FP(frame)); in arc_unwind()
1110 if (UNW_SP(frame) < top && UNW_FP(frame) <= UNW_SP(frame) in arc_unwind()
1111 && bottom < UNW_FP(frame) in arc_unwind()
1113 if (UNW_SP(frame) > top && UNW_FP(frame) >= UNW_SP(frame) in arc_unwind()
1114 && bottom > UNW_FP(frame) in arc_unwind()
1116 && !((UNW_SP(frame) | UNW_FP(frame)) in arc_unwind()
1121 (UNW_FP(frame) + FRAME_LINK_OFFSET)) in arc_unwind()
1123 && link > bottom && link < UNW_FP(frame) in arc_unwind()
1125 && link > UNW_FP(frame) && link < bottom in arc_unwind()
1129 (unsigned long *)(UNW_FP(frame) in arc_unwind()
1133 UNW_FP(frame) + FRAME_RETADDR_OFFSET in arc_unwind()
1140 UNW_FP(frame) = link; in arc_unwind()