Home
last modified time | relevance | path

Searched refs:STACK_LIMIT (Results 1 – 2 of 2) sorted by relevance

/arch/arc/include/asm/
A Dunwind.h64 #define STACK_BOTTOM_UNW(tsk) STACK_LIMIT((tsk)->thread.ksp)
70 #define STACK_LIMIT(ptr) (((ptr) - 1) & ~(THREAD_SIZE - 1)) macro
/arch/arc/kernel/
A Dunwind.c1176 if (STACK_LIMIT(startLoc) != STACK_LIMIT(endLoc)) { in arc_unwind()
1177 startLoc = min(STACK_LIMIT(cfa), cfa); in arc_unwind()
1178 endLoc = max(STACK_LIMIT(cfa), cfa); in arc_unwind()

Completed in 6 milliseconds