Searched refs:endLoc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | unwind.c | 905 unsigned long startLoc = 0, endLoc = 0, cfa; in arc_unwind() local 1003 endLoc = in arc_unwind() 1008 if (pc >= endLoc) { in arc_unwind() 1146 || state.loc > endLoc in arc_unwind() 1186 endLoc = max_t(unsigned long, UNW_SP(frame), cfa); in arc_unwind() 1187 if (STACK_LIMIT(startLoc) != STACK_LIMIT(endLoc)) { in arc_unwind() 1189 endLoc = max(STACK_LIMIT(cfa), cfa); in arc_unwind() 1283 || addr + sizeof(unsigned long) > endLoc) in arc_unwind()
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | unwind.c | 903 unsigned long startLoc = 0, endLoc = 0, cfa; in arc_unwind() local 1001 endLoc = in arc_unwind() 1006 if (pc >= endLoc) { in arc_unwind() 1144 || state.loc > endLoc in arc_unwind() 1184 endLoc = max_t(unsigned long, UNW_SP(frame), cfa); in arc_unwind() 1185 if (STACK_LIMIT(startLoc) != STACK_LIMIT(endLoc)) { in arc_unwind() 1187 endLoc = max(STACK_LIMIT(cfa), cfa); in arc_unwind() 1281 || addr + sizeof(unsigned long) > endLoc) in arc_unwind()
|
Completed in 4 milliseconds