Searched refs:UNW_SP (Results 1 – 2 of 2) sorted by relevance
920 UNW_PC(frame), UNW_BLINK(frame), UNW_SP(frame), in arc_unwind()928 unsigned long *sptr = (unsigned long *)UNW_SP(frame); in arc_unwind()1102 if (UNW_SP(frame) < top && UNW_FP(frame) <= UNW_SP(frame) in arc_unwind()1105 if (UNW_SP(frame) > top && UNW_FP(frame) >= UNW_SP(frame) in arc_unwind()1108 && !((UNW_SP(frame) | UNW_FP(frame)) in arc_unwind()1124 UNW_SP(frame) = in arc_unwind()1191 startLoc = min_t(unsigned long, UNW_SP(frame), cfa); in arc_unwind()1192 endLoc = max_t(unsigned long, UNW_SP(frame), cfa); in arc_unwind()1250 if (reg_info[i].width != sizeof(UNW_SP(frame)) in arc_unwind()1251 || &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