Searched refs:UNW_REG_F2 (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.h34 UNW_REG_F2, UNW_REG_F3, UNW_REG_F4, UNW_REG_F5, enumerator in enum:unw_register_index
H A Dunwind.c687 case 0x22 ... 0x25: return UNW_REG_F2 + (abreg - 0x22);
780 regs[0] = sr->curr.reg + UNW_REG_F2;
798 alloc_spill_area(&off, 16, sr->curr.reg + UNW_REG_F2, sr->curr.reg + UNW_REG_F31);
910 int base = (i < 4) ? UNW_REG_F2 : UNW_REG_F16 - 4;
926 set_reg(sr->curr.reg + UNW_REG_F2 + i, UNW_WHERE_SPILL_HOME,
1443 val = unw.preg_index[UNW_REG_F2 + (rval - 2)];
2251 for (i = UNW_REG_F2, off = SW(F2); i <= UNW_REG_F5; ++i, off += 16)

Completed in 21 milliseconds