Home
last modified time | relevance | path

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

/arch/arc/include/asm/
A Dunwind.h55 #define UNW_PC(frame) ((frame)->regs.r63) macro
143 #define UNW_PC(frame) ((void)(frame), 0) macro
/arch/arc/kernel/
A Dstacktrace.c129 address = UNW_PC(&frame_info); in arc_unwind_core()
A Dunwind.c893 unsigned long pc = UNW_PC(frame) - frame->call_frame; in arc_unwind()
905 UNW_PC(frame), UNW_BLINK(frame), UNW_SP(frame), in arc_unwind()
908 if (UNW_PC(frame) == 0) in arc_unwind()
1105 && !__get_user(UNW_PC(frame), in arc_unwind()
1116 sizeof(UNW_PC(frame)); in arc_unwind()

Completed in 11 milliseconds