Home
last modified time | relevance | path

Searched refs:UNW_PC (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arc/include/asm/
H A Dunwind.h55 #define UNW_PC(frame) ((frame)->regs.r63) macro
143 #define UNW_PC(frame) ((void)(frame), 0) macro
/openbmc/linux/arch/arc/kernel/
H A Dstacktrace.c129 address = UNW_PC(&frame_info); in arc_unwind_core()
H A Dunwind.c902 unsigned long pc = UNW_PC(frame) - frame->call_frame; in arc_unwind()
914 UNW_PC(frame), UNW_BLINK(frame), UNW_SP(frame), in arc_unwind()
917 if (UNW_PC(frame) == 0) in arc_unwind()
1114 && !__get_user(UNW_PC(frame), in arc_unwind()
1125 sizeof(UNW_PC(frame)); in arc_unwind()