Home
last modified time | relevance | path

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

/linux-4.4.14/arch/xtensa/kernel/
Dstacktrace.c135 unsigned long sp_start, sp_end; in xtensa_backtrace_kernel() local
140 sp_end = sp_start + THREAD_SIZE; in xtensa_backtrace_kernel()
148 while (a1 > sp_start && a1 < sp_end && depth--) { in xtensa_backtrace_kernel()
187 unsigned long sp_end; in walk_stackframe() local
190 sp_end = ALIGN(a1, THREAD_SIZE); in walk_stackframe()
194 while (a1 < sp_end) { in walk_stackframe()