Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/kernel/
H A Dunwind.c58 unsigned long sp_high; /* highest value of sp allowed */ member
237 if (*vsp >= (unsigned long *)ctrl->sp_high) in unwind_pop_register()
414 ctrl.sp_high = ALIGN(sp_low - THREAD_SIZE, THREAD_ALIGN) in unwind_frame()
492 ctrl.sp_high = ALIGN(frame->fp, THREAD_SIZE); in unwind_frame()
497 if ((ctrl.sp_high - ctrl.vrs[SP]) < sizeof(ctrl.vrs)) in unwind_frame()
502 if (ctrl.vrs[SP] < sp_low || ctrl.vrs[SP] > ctrl.sp_high) in unwind_frame()