Lines Matching refs:UNW_REG_PSP
150 UNW_REG_RP, UNW_REG_PFS, UNW_REG_PSP, UNW_REG_PR,
688 case 0x61: return UNW_REG_PSP; in decode_abreg()
962 set_reg(sr->curr.reg + UNW_REG_PSP, UNW_WHERE_NONE, in desc_mem_stack_f()
969 sr->curr.reg[UNW_REG_PSP].when = sr->region_start + min_t(int, t, sr->region_len - 1); in desc_mem_stack_v()
1486 if (i == UNW_REG_PSP) { in compile_reg()
1494 insn.dst = insn.val = unw.preg_index[UNW_REG_PSP]; in compile_reg()
1611 sr.curr.reg[UNW_REG_PSP].val = 0; in build_script()
1612 sr.curr.reg[UNW_REG_PSP].where = UNW_WHERE_NONE; in build_script()
1613 sr.curr.reg[UNW_REG_PSP].when = UNW_WHEN_NEVER; in build_script()
1672 if (sr.when_target > sr.curr.reg[UNW_REG_PSP].when in build_script()
1673 && (sr.curr.reg[UNW_REG_PSP].where == UNW_WHERE_NONE) in build_script()
1674 && sr.curr.reg[UNW_REG_PSP].val != 0) { in build_script()
1678 insn.val = sr.curr.reg[UNW_REG_PSP].val; /* frame size */ in build_script()