Searched refs:UNW_SP (Results 1 – 2 of 2) sorted by relevance
910 UNW_PC(frame), UNW_BLINK(frame), UNW_SP(frame), in arc_unwind()918 unsigned long *sptr = (unsigned long *)UNW_SP(frame); in arc_unwind()1092 if (UNW_SP(frame) < top && UNW_FP(frame) <= UNW_SP(frame) in arc_unwind()1095 if (UNW_SP(frame) > top && UNW_FP(frame) >= UNW_SP(frame) in arc_unwind()1098 && !((UNW_SP(frame) | UNW_FP(frame)) in arc_unwind()1114 UNW_SP(frame) = in arc_unwind()1181 startLoc = min_t(unsigned long, UNW_SP(frame), cfa); in arc_unwind()1182 endLoc = max_t(unsigned long, UNW_SP(frame), cfa); in arc_unwind()1240 if (reg_info[i].width != sizeof(UNW_SP(frame)) in arc_unwind()1241 || &FRAME_REG(i, __typeof__(UNW_SP(frame))) in arc_unwind()[all …]
59 #define UNW_SP(frame) ((frame)->regs.r28) macro147 #define UNW_SP(frame) ((void)(frame), 0) macro