sp_high            58 arch/arm/kernel/unwind.c 	unsigned long sp_high;		/* highest value of sp allowed */
sp_high           236 arch/arm/kernel/unwind.c 		if (*vsp >= (unsigned long *)ctrl->sp_high)
sp_high           383 arch/arm/kernel/unwind.c 	ctrl.sp_high = ALIGN(low, THREAD_SIZE);
sp_high           434 arch/arm/kernel/unwind.c 		if ((ctrl.sp_high - ctrl.vrs[SP]) < sizeof(ctrl.vrs))
sp_high           439 arch/arm/kernel/unwind.c 		if (ctrl.vrs[SP] < low || ctrl.vrs[SP] >= ctrl.sp_high)