Searched refs:UNW_REG_PSP (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.h26 UNW_REG_PSP, /* previous memory stack pointer */ enumerator in enum:unw_register_index
H A Dunwind.c151 UNW_REG_RP, UNW_REG_PFS, UNW_REG_PSP, UNW_REG_PR,
691 case 0x61: return UNW_REG_PSP;
965 set_reg(sr->curr.reg + UNW_REG_PSP, UNW_WHERE_NONE,
972 sr->curr.reg[UNW_REG_PSP].when = sr->region_start + min_t(int, t, sr->region_len - 1);
1490 if (i == UNW_REG_PSP) {
1498 insn.dst = insn.val = unw.preg_index[UNW_REG_PSP];
1600 sr.curr.reg[UNW_REG_PSP].val = 0;
1601 sr.curr.reg[UNW_REG_PSP].where = UNW_WHERE_NONE;
1602 sr.curr.reg[UNW_REG_PSP].when = UNW_WHEN_NEVER;
1661 if (sr.when_target > sr.curr.reg[UNW_REG_PSP]
[all...]
H A Dunwind_decoder.c24 * UNW_REG_PSP
223 case 0: UNW_DEC_REG_GR(P3, UNW_REG_PSP, dst, arg); break;
286 case 3: UNW_DEC_REG_SPREL(P7, UNW_REG_PSP, t, arg); break;

Completed in 64 milliseconds