Searched refs:endLoc (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/arc/kernel/
H A Dunwind.c903 unsigned long startLoc = 0, endLoc = 0, cfa; local
1001 endLoc =
1006 if (pc >= endLoc) {
1144 || state.loc > endLoc
1184 endLoc = max_t(unsigned long, UNW_SP(frame), cfa);
1185 if (STACK_LIMIT(startLoc) != STACK_LIMIT(endLoc)) {
1187 endLoc = max(STACK_LIMIT(cfa), cfa);
1281 || addr + sizeof(unsigned long) > endLoc)

Completed in 101 milliseconds