UNW_REG_PSP       151 arch/ia64/kernel/unwind.c 		UNW_REG_RP, UNW_REG_PFS, UNW_REG_PSP, UNW_REG_PR,
UNW_REG_PSP       689 arch/ia64/kernel/unwind.c 	      case 0x61: return UNW_REG_PSP;
UNW_REG_PSP       963 arch/ia64/kernel/unwind.c 	set_reg(sr->curr.reg + UNW_REG_PSP, UNW_WHERE_NONE,
UNW_REG_PSP       970 arch/ia64/kernel/unwind.c 	sr->curr.reg[UNW_REG_PSP].when = sr->region_start + min_t(int, t, sr->region_len - 1);
UNW_REG_PSP      1487 arch/ia64/kernel/unwind.c 	if (i == UNW_REG_PSP) {
UNW_REG_PSP      1495 arch/ia64/kernel/unwind.c 		insn.dst = insn.val = unw.preg_index[UNW_REG_PSP];
UNW_REG_PSP      1612 arch/ia64/kernel/unwind.c 		sr.curr.reg[UNW_REG_PSP].val = 0;
UNW_REG_PSP      1613 arch/ia64/kernel/unwind.c 		sr.curr.reg[UNW_REG_PSP].where = UNW_WHERE_NONE;
UNW_REG_PSP      1614 arch/ia64/kernel/unwind.c 		sr.curr.reg[UNW_REG_PSP].when = UNW_WHEN_NEVER;
UNW_REG_PSP      1673 arch/ia64/kernel/unwind.c 	if (sr.when_target > sr.curr.reg[UNW_REG_PSP].when
UNW_REG_PSP      1674 arch/ia64/kernel/unwind.c 	    && (sr.curr.reg[UNW_REG_PSP].where == UNW_WHERE_NONE)
UNW_REG_PSP      1675 arch/ia64/kernel/unwind.c 	    && sr.curr.reg[UNW_REG_PSP].val != 0) {
UNW_REG_PSP      1679 arch/ia64/kernel/unwind.c 		insn.val = sr.curr.reg[UNW_REG_PSP].val;	/* frame size */
UNW_REG_PSP       224 arch/ia64/kernel/unwind_decoder.c 	case 0: UNW_DEC_REG_GR(P3, UNW_REG_PSP, dst, arg); break;
UNW_REG_PSP       287 arch/ia64/kernel/unwind_decoder.c 	case 3: UNW_DEC_REG_SPREL(P7, UNW_REG_PSP, t, arg); break;