Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arc/include/asm/
Dunwind.h64 #define UNW_FP(frame) ((frame)->regs.r27) macro
70 #define UNW_FP(frame) ((void)(frame), 0) macro
148 #define UNW_FP(frame) ((void)(frame), 0) macro
/Linux-v4.19/arch/arc/kernel/
Dunwind.c921 UNW_FP(frame)); in arc_unwind()
1102 if (UNW_SP(frame) < top && UNW_FP(frame) <= UNW_SP(frame) in arc_unwind()
1103 && bottom < UNW_FP(frame) in arc_unwind()
1105 if (UNW_SP(frame) > top && UNW_FP(frame) >= UNW_SP(frame) in arc_unwind()
1106 && bottom > UNW_FP(frame) in arc_unwind()
1108 && !((UNW_SP(frame) | UNW_FP(frame)) in arc_unwind()
1113 (UNW_FP(frame) + FRAME_LINK_OFFSET)) in arc_unwind()
1115 && link > bottom && link < UNW_FP(frame) in arc_unwind()
1117 && link > UNW_FP(frame) && link < bottom in arc_unwind()
1121 (unsigned long *)(UNW_FP(frame) in arc_unwind()
[all …]