Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arc/include/asm/
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
/linux-6.3-rc2/arch/arc/kernel/
A Dunwind.c913 UNW_FP(frame)); in arc_unwind()
1094 if (UNW_SP(frame) < top && UNW_FP(frame) <= UNW_SP(frame) in arc_unwind()
1095 && bottom < UNW_FP(frame) in arc_unwind()
1098 && bottom > UNW_FP(frame) in arc_unwind()
1100 && !((UNW_SP(frame) | UNW_FP(frame)) in arc_unwind()
1105 (UNW_FP(frame) + FRAME_LINK_OFFSET)) in arc_unwind()
1107 && link > bottom && link < UNW_FP(frame) in arc_unwind()
1109 && link > UNW_FP(frame) && link < bottom in arc_unwind()
1113 (unsigned long *)(UNW_FP(frame) in arc_unwind()
1117 UNW_FP(frame) + FRAME_RETADDR_OFFSET in arc_unwind()
[all …]

Completed in 11 milliseconds