Searched refs:UNW_SP (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | unwind.c | 916 UNW_PC(frame), UNW_BLINK(frame), UNW_SP(frame), in arc_unwind() 924 unsigned long *sptr = (unsigned long *)UNW_SP(frame); in arc_unwind() 1098 if (UNW_SP(frame) < top && UNW_FP(frame) <= UNW_SP(frame) in arc_unwind() 1101 if (UNW_SP(frame) > top && UNW_FP(frame) >= UNW_SP(frame) in arc_unwind() 1104 && !((UNW_SP(frame) | UNW_FP(frame)) in arc_unwind() 1120 UNW_SP(frame) = in arc_unwind() 1185 startLoc = min_t(unsigned long, UNW_SP(frame), cfa); in arc_unwind() 1186 endLoc = max_t(unsigned long, UNW_SP(fram in arc_unwind() [all...] |
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | unwind.c | 914 UNW_PC(frame), UNW_BLINK(frame), UNW_SP(frame), in arc_unwind() 922 unsigned long *sptr = (unsigned long *)UNW_SP(frame); in arc_unwind() 1096 if (UNW_SP(frame) < top && UNW_FP(frame) <= UNW_SP(frame) in arc_unwind() 1099 if (UNW_SP(frame) > top && UNW_FP(frame) >= UNW_SP(frame) in arc_unwind() 1102 && !((UNW_SP(frame) | UNW_FP(frame)) in arc_unwind() 1118 UNW_SP(frame) = in arc_unwind() 1183 startLoc = min_t(unsigned long, UNW_SP(frame), cfa); in arc_unwind() 1184 endLoc = max_t(unsigned long, UNW_SP(fram in arc_unwind() [all...] |
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | unwind.h | 56 #define UNW_SP(frame) ((frame)->regs.r28) macro 144 #define UNW_SP(frame) ((void)(frame), 0) macro
|
/kernel/linux/linux-6.6/arch/arc/include/asm/ |
H A D | unwind.h | 56 #define UNW_SP(frame) ((frame)->regs.r28) macro 144 #define UNW_SP(frame) ((void)(frame), 0) macro
|
Completed in 5 milliseconds