UNW_REG_R4        684 arch/ia64/kernel/unwind.c 	      case 0x04 ... 0x07: return UNW_REG_R4 + (abreg - 0x04);
UNW_REG_R4        779 arch/ia64/kernel/unwind.c 		regs[1] = sr->curr.reg + UNW_REG_R4;
UNW_REG_R4        798 arch/ia64/kernel/unwind.c 		alloc_spill_area(&off,  8, sr->curr.reg + UNW_REG_R4, sr->curr.reg + UNW_REG_R7);
UNW_REG_R4        900 arch/ia64/kernel/unwind.c 			set_reg(sr->curr.reg + UNW_REG_R4 + i, UNW_WHERE_SPILL_HOME,
UNW_REG_R4        939 arch/ia64/kernel/unwind.c 			set_reg(sr->curr.reg + UNW_REG_R4 + i, UNW_WHERE_GR,
UNW_REG_R4        952 arch/ia64/kernel/unwind.c 			set_reg(sr->curr.reg + UNW_REG_R4 + i, UNW_WHERE_SPILL_HOME,
UNW_REG_R4       1415 arch/ia64/kernel/unwind.c 	need_nat_info = (i >= UNW_REG_R4 && i <= UNW_REG_R7);
UNW_REG_R4       1427 arch/ia64/kernel/unwind.c 			val = unw.preg_index[UNW_REG_R4 + (rval - 4)];
UNW_REG_R4       2261 arch/ia64/kernel/unwind.c 	for (i = UNW_REG_R4, off = SW(R4); i <= UNW_REG_R7; ++i, off += 8)