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

/linux-master/arch/arm/kernel/
H A Dunwind.c410 unsigned long sp_low; local
413 sp_low = frame->sp;
414 ctrl.sp_high = ALIGN(sp_low - THREAD_SIZE, THREAD_ALIGN)
491 sp_low = frame->fp;
502 if (ctrl.vrs[SP] < sp_low || ctrl.vrs[SP] > ctrl.sp_high)

Completed in 111 milliseconds