Home
last modified time | relevance | path

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

/openbmc/linux/arch/arc/include/asm/
H A Dunwind.h61 #define UNW_FP(frame) ((frame)->regs.r27) macro
67 #define UNW_FP(frame) ((void)(frame), 0) macro
145 #define UNW_FP(frame) ((void)(frame), 0) macro
/openbmc/linux/arch/arc/kernel/
H A Dunwind.c915 UNW_FP(frame)); in arc_unwind()
1096 if (UNW_SP(frame) < top && UNW_FP(frame) <= UNW_SP(frame) in arc_unwind()
1097 && bottom < UNW_FP(frame) in arc_unwind()
1100 && bottom > UNW_FP(frame) in arc_unwind()
1102 && !((UNW_SP(frame) | UNW_FP(frame)) in arc_unwind()
1107 (UNW_FP(frame) + FRAME_LINK_OFFSET)) in arc_unwind()
1109 && link > bottom && link < UNW_FP(frame) in arc_unwind()
1111 && link > UNW_FP(frame) && link < bottom in arc_unwind()
1115 (unsigned long *)(UNW_FP(frame) in arc_unwind()
1119 UNW_FP(frame) + FRAME_RETADDR_OFFSET in arc_unwind()
[all …]