regstk             53 arch/ia64/include/asm/unwind.h 	struct unw_stack regstk;
regstk            339 arch/ia64/kernel/unwind.c 					if ((unsigned long) addr < info->regstk.limit
regstk            340 arch/ia64/kernel/unwind.c 					    || (unsigned long) addr >= info->regstk.top)
regstk            345 arch/ia64/kernel/unwind.c 							info->regstk.limit,
regstk            346 arch/ia64/kernel/unwind.c 							info->regstk.top);
regstk            349 arch/ia64/kernel/unwind.c 					if ((unsigned long) nat_addr >= info->regstk.top)
regstk            373 arch/ia64/kernel/unwind.c 		if ((unsigned long) addr < info->regstk.limit
regstk            374 arch/ia64/kernel/unwind.c 		    || (unsigned long) addr >= info->regstk.top)
regstk            380 arch/ia64/kernel/unwind.c 		if ((unsigned long) nat_addr >= info->regstk.top)
regstk           1878 arch/ia64/kernel/unwind.c 	return (loc >= info->regstk.limit && loc < info->regstk.top) ||
regstk           1934 arch/ia64/kernel/unwind.c 	if (info->bsp < info->regstk.limit || info->bsp > info->regstk.top) {
regstk           1936 arch/ia64/kernel/unwind.c 			__func__, info->bsp, info->regstk.limit, info->regstk.top);
regstk           2031 arch/ia64/kernel/unwind.c 	info->regstk.limit = rbslimit;
regstk           2032 arch/ia64/kernel/unwind.c 	info->regstk.top   = rbstop;
regstk           2059 arch/ia64/kernel/unwind.c 	info->bsp = (unsigned long) ia64_rse_skip_regs((unsigned long *) info->regstk.top, -sol);