Searched refs:UNW_SP (Results 1 – 2 of 2) sorted by relevance
916 UNW_PC(frame), UNW_BLINK(frame), UNW_SP(frame), in arc_unwind()924 unsigned long *sptr = (unsigned long *)UNW_SP(frame); in arc_unwind()1098 if (UNW_SP(frame) < top && UNW_FP(frame) <= UNW_SP(frame) in arc_unwind()1101 if (UNW_SP(frame) > top && UNW_FP(frame) >= UNW_SP(frame) in arc_unwind()1104 && !((UNW_SP(frame) | UNW_FP(frame)) in arc_unwind()1120 UNW_SP(frame) = in arc_unwind()1185 startLoc = min_t(unsigned long, UNW_SP(frame), cfa); in arc_unwind()1186 endLoc = max_t(unsigned long, UNW_SP(frame), cfa); in arc_unwind()1244 if (reg_info[i].width != sizeof(UNW_SP(frame)) in arc_unwind()1245 || &FRAME_REG(i, __typeof__(UNW_SP(frame))) in arc_unwind()[all …]
56 #define UNW_SP(frame) ((frame)->regs.r28) macro144 #define UNW_SP(frame) ((void)(frame), 0) macro