Home
last modified time | relevance | path

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

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