Searched refs:UNW_WHERE_GR (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.h61 UNW_WHERE_GR, /* register is saved in a general register */ enumerator in enum:unw_where
68 * UNW_WHERE_PSPREL and UNW_WHERE_GR, respectively:
H A Dunwind.c761 reg->where = UNW_WHERE_GR;
840 set_reg(sr->curr.reg + unw.save_order[i], UNW_WHERE_GR,
874 set_reg(sr->curr.reg + UNW_REG_B1 + i, UNW_WHERE_GR,
941 set_reg(sr->curr.reg + UNW_REG_R4 + i, UNW_WHERE_GR,
978 set_reg(sr->curr.reg + reg, UNW_WHERE_GR, sr->region_start + sr->region_len - 1, dst);
1104 enum unw_where where = UNW_WHERE_GR;
1368 case UNW_WHERE_GR:
1421 case UNW_WHERE_GR:
1635 case UNW_WHERE_GR: UNW_DPRINT(1, "r%lu", r->val); break;

Completed in 60 milliseconds