rbstop           2004 arch/ia64/kernel/unwind.c 	unsigned long rbslimit, rbstop, stklimit;
rbstop           2022 arch/ia64/kernel/unwind.c 	rbstop   = sw->ar_bspstore;
rbstop           2023 arch/ia64/kernel/unwind.c 	if (rbstop > stklimit || rbstop < rbslimit)
rbstop           2024 arch/ia64/kernel/unwind.c 		rbstop = rbslimit;
rbstop           2026 arch/ia64/kernel/unwind.c 	if (stktop <= rbstop)
rbstop           2027 arch/ia64/kernel/unwind.c 		stktop = rbstop;
rbstop           2032 arch/ia64/kernel/unwind.c 	info->regstk.top   = rbstop;
rbstop           2046 arch/ia64/kernel/unwind.c 		   __func__, (unsigned long) t, rbslimit, rbstop, stktop, stklimit,