Searched refs:UNW_REG_RP (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind_i.h28 UNW_REG_RP, enumerator in enum:unw_register_index
H A Dunwind_decoder.c25 * UNW_REG_RP
224 case 1: UNW_DEC_REG_GR(P3, UNW_REG_RP, dst, arg); break;
287 case 4: UNW_DEC_REG_WHEN(P7, UNW_REG_RP, t, arg); break;
288 case 5: UNW_DEC_REG_PSPREL(P7, UNW_REG_RP, t, arg); break;
312 case 1: UNW_DEC_REG_SPREL(P8, UNW_REG_RP, t, arg); break;
H A Dunwind.c151 UNW_REG_RP, UNW_REG_PFS, UNW_REG_PSP, UNW_REG_PR,
693 case 0x63: return UNW_REG_RP;
1576 sr.curr.reg[UNW_REG_RP].where = UNW_WHERE_BR;
1577 sr.curr.reg[UNW_REG_RP].when = -1;
1578 sr.curr.reg[UNW_REG_RP].val = 0;
1579 compile_reg(&sr, UNW_REG_RP, script);
1619 if (sr.curr.reg[UNW_REG_RP].when >= sr.when_target) {
1620 sr.curr.reg[UNW_REG_RP].where = UNW_WHERE_BR;
1621 sr.curr.reg[UNW_REG_RP].when = -1;
1622 sr.curr.reg[UNW_REG_RP]
[all...]

Completed in 70 milliseconds