Searched refs:UNW_SP (Results 1 – 2 of 2) sorted by relevance
905 UNW_PC(frame), UNW_BLINK(frame), UNW_SP(frame), in arc_unwind()1087 if (UNW_SP(frame) < top && UNW_FP(frame) <= UNW_SP(frame) in arc_unwind()1090 if (UNW_SP(frame) > top && UNW_FP(frame) >= UNW_SP(frame) in arc_unwind()1093 && !((UNW_SP(frame) | UNW_FP(frame)) in arc_unwind()1109 UNW_SP(frame) = in arc_unwind()1174 startLoc = min_t(unsigned long, UNW_SP(frame), cfa); in arc_unwind()1175 endLoc = max_t(unsigned long, UNW_SP(frame), cfa); in arc_unwind()1233 if (reg_info[i].width != sizeof(UNW_SP(frame)) in arc_unwind()1234 || &FRAME_REG(i, __typeof__(UNW_SP(frame))) in arc_unwind()1235 != &UNW_SP(frame)) in arc_unwind()[all …]
56 #define UNW_SP(frame) ((frame)->regs.r28) macro144 #define UNW_SP(frame) ((void)(frame), 0) macro
Completed in 8 milliseconds