Searched refs:UNW_REG_R4 (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind_i.h31 UNW_REG_R4, UNW_REG_R5, UNW_REG_R6, UNW_REG_R7, enumerator in enum:unw_register_index
H A Dunwind.c686 case 0x04 ... 0x07: return UNW_REG_R4 + (abreg - 0x04);
781 regs[1] = sr->curr.reg + UNW_REG_R4;
800 alloc_spill_area(&off, 8, sr->curr.reg + UNW_REG_R4, sr->curr.reg + UNW_REG_R7);
902 set_reg(sr->curr.reg + UNW_REG_R4 + i, UNW_WHERE_SPILL_HOME,
941 set_reg(sr->curr.reg + UNW_REG_R4 + i, UNW_WHERE_GR,
954 set_reg(sr->curr.reg + UNW_REG_R4 + i, UNW_WHERE_SPILL_HOME,
1418 need_nat_info = (i >= UNW_REG_R4 && i <= UNW_REG_R7);
1430 val = unw.preg_index[UNW_REG_R4 + (rval - 4)];
2247 for (i = UNW_REG_R4, off = SW(R4); i <= UNW_REG_R7; ++i, off += 8)

Completed in 61 milliseconds