Home
last modified time | relevance | path

Searched refs:UNW_SP (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arc/kernel/
H A Dunwind.c914 UNW_PC(frame), UNW_BLINK(frame), UNW_SP(frame), in arc_unwind()
1096 if (UNW_SP(frame) < top && UNW_FP(frame) <= UNW_SP(frame) in arc_unwind()
1099 if (UNW_SP(frame) > top && UNW_FP(frame) >= UNW_SP(frame) in arc_unwind()
1102 && !((UNW_SP(frame) | UNW_FP(frame)) in arc_unwind()
1118 UNW_SP(frame) = in arc_unwind()
1183 startLoc = min_t(unsigned long, UNW_SP(frame), cfa); in arc_unwind()
1184 endLoc = max_t(unsigned long, UNW_SP(frame), cfa); in arc_unwind()
1242 if (reg_info[i].width != sizeof(UNW_SP(frame)) in arc_unwind()
1243 || &FRAME_REG(i, __typeof__(UNW_SP(frame))) in arc_unwind()
1244 != &UNW_SP(frame)) in arc_unwind()
[all …]
/openbmc/linux/arch/arc/include/asm/
H A Dunwind.h56 #define UNW_SP(frame) ((frame)->regs.r28) macro
144 #define UNW_SP(frame) ((void)(frame), 0) macro