Lines Matching refs:UNW_REG_PSP
151 UNW_REG_RP, UNW_REG_PFS, UNW_REG_PSP, UNW_REG_PR,
689 case 0x61: return UNW_REG_PSP; in decode_abreg()
963 set_reg(sr->curr.reg + UNW_REG_PSP, UNW_WHERE_NONE, in desc_mem_stack_f()
970 sr->curr.reg[UNW_REG_PSP].when = sr->region_start + min_t(int, t, sr->region_len - 1); in desc_mem_stack_v()
1487 if (i == UNW_REG_PSP) { in compile_reg()
1495 insn.dst = insn.val = unw.preg_index[UNW_REG_PSP]; in compile_reg()
1612 sr.curr.reg[UNW_REG_PSP].val = 0; in build_script()
1613 sr.curr.reg[UNW_REG_PSP].where = UNW_WHERE_NONE; in build_script()
1614 sr.curr.reg[UNW_REG_PSP].when = UNW_WHEN_NEVER; in build_script()
1673 if (sr.when_target > sr.curr.reg[UNW_REG_PSP].when in build_script()
1674 && (sr.curr.reg[UNW_REG_PSP].where == UNW_WHERE_NONE) in build_script()
1675 && sr.curr.reg[UNW_REG_PSP].val != 0) { in build_script()
1679 insn.val = sr.curr.reg[UNW_REG_PSP].val; /* frame size */ in build_script()