Searched refs:UNW_SP (Results 1 – 2 of 2) sorted by relevance
897 UNW_PC(frame), UNW_BLINK(frame), UNW_SP(frame), in arc_unwind()905 unsigned long *sptr = (unsigned long *)UNW_SP(frame); in arc_unwind()1110 if (UNW_SP(frame) < top && UNW_FP(frame) <= UNW_SP(frame) in arc_unwind()1113 if (UNW_SP(frame) > top && UNW_FP(frame) >= UNW_SP(frame) in arc_unwind()1116 && !((UNW_SP(frame) | UNW_FP(frame)) in arc_unwind()1132 UNW_SP(frame) = in arc_unwind()1199 startLoc = min_t(unsigned long, UNW_SP(frame), cfa); in arc_unwind()1200 endLoc = max_t(unsigned long, UNW_SP(frame), cfa); in arc_unwind()1258 if (reg_info[i].width != sizeof(UNW_SP(frame)) in arc_unwind()1259 || &FRAME_REG(i, __typeof__(UNW_SP(frame))) in arc_unwind()[all …]
59 #define UNW_SP(frame) ((frame)->regs.r28) macro148 #define UNW_SP(frame) ((void)(frame), 0) macro