UNW_REG_F2        685 arch/ia64/kernel/unwind.c 	      case 0x22 ... 0x25: return UNW_REG_F2 + (abreg - 0x22);
UNW_REG_F2        778 arch/ia64/kernel/unwind.c 		regs[0] = sr->curr.reg + UNW_REG_F2;
UNW_REG_F2        796 arch/ia64/kernel/unwind.c 		alloc_spill_area(&off, 16, sr->curr.reg + UNW_REG_F2, sr->curr.reg + UNW_REG_F31);
UNW_REG_F2        908 arch/ia64/kernel/unwind.c 			int base = (i < 4) ? UNW_REG_F2 : UNW_REG_F16 - 4;
UNW_REG_F2        924 arch/ia64/kernel/unwind.c 			set_reg(sr->curr.reg + UNW_REG_F2 + i, UNW_WHERE_SPILL_HOME,
UNW_REG_F2       1440 arch/ia64/kernel/unwind.c 			val = unw.preg_index[UNW_REG_F2  + (rval -  2)];
UNW_REG_F2       2265 arch/ia64/kernel/unwind.c 	for (i = UNW_REG_F2, off = SW(F2); i <= UNW_REG_F5; ++i, off += 16)