Home
last modified time | relevance | path

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

/linux/arch/arm/kernel/
A Dunwind.c55 unsigned long sp_high; /* highest value of sp allowed */ member
233 if (*vsp >= (unsigned long *)ctrl->sp_high) in unwind_pop_register()
384 ctrl.sp_high = ALIGN(low, THREAD_SIZE); in unwind_frame()
435 if ((ctrl.sp_high - ctrl.vrs[SP]) < sizeof(ctrl.vrs)) in unwind_frame()
440 if (ctrl.vrs[SP] < low || ctrl.vrs[SP] >= ctrl.sp_high) in unwind_frame()

Completed in 3 milliseconds