Searched refs:UNW_REG_F16 (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.h35 UNW_REG_F16, UNW_REG_F17, UNW_REG_F18, UNW_REG_F19, enumerator in enum:unw_register_index
H A Dunwind.c688 case 0x30 ... 0x3f: return UNW_REG_F16 + (abreg - 0x30);
910 int base = (i < 4) ? UNW_REG_F2 : UNW_REG_F16 - 4;
1445 val = unw.preg_index[UNW_REG_F16 + (rval - 16)];
2253 for (i = UNW_REG_F16, off = SW(F16); i <= UNW_REG_F31; ++i, off += 16)

Completed in 333 milliseconds