Searched refs:UNW_FP (Results 1 – 2 of 2) sorted by relevance
61 #define UNW_FP(frame) ((frame)->regs.r27) macro67 #define UNW_FP(frame) ((void)(frame), 0) macro145 #define UNW_FP(frame) ((void)(frame), 0) macro
917 UNW_FP(frame)); in arc_unwind()1098 if (UNW_SP(frame) < top && UNW_FP(frame) <= UNW_SP(frame) in arc_unwind()1099 && bottom < UNW_FP(frame) in arc_unwind()1101 if (UNW_SP(frame) > top && UNW_FP(frame) >= UNW_SP(frame) in arc_unwind()1102 && bottom > UNW_FP(frame) in arc_unwind()1104 && !((UNW_SP(frame) | UNW_FP(frame)) in arc_unwind()1109 (UNW_FP(frame) + FRAME_LINK_OFFSET)) in arc_unwind()1111 && link > bottom && link < UNW_FP(frame) in arc_unwind()1113 && link > UNW_FP(frame) && link < bottom in arc_unwind()1117 (unsigned long *)(UNW_FP(frame) in arc_unwind()[all …]