Lines Matching refs:UNW_REG_RP
150 UNW_REG_RP, UNW_REG_PFS, UNW_REG_PSP, UNW_REG_PR,
690 case 0x63: return UNW_REG_RP; in decode_abreg()
1587 sr.curr.reg[UNW_REG_RP].where = UNW_WHERE_BR; in build_script()
1588 sr.curr.reg[UNW_REG_RP].when = -1; in build_script()
1589 sr.curr.reg[UNW_REG_RP].val = 0; in build_script()
1590 compile_reg(&sr, UNW_REG_RP, script); in build_script()
1630 if (sr.curr.reg[UNW_REG_RP].when >= sr.when_target) { in build_script()
1631 sr.curr.reg[UNW_REG_RP].where = UNW_WHERE_BR; in build_script()
1632 sr.curr.reg[UNW_REG_RP].when = -1; in build_script()
1633 sr.curr.reg[UNW_REG_RP].val = sr.return_link_reg; in build_script()
1635 __func__, ip, sr.curr.reg[UNW_REG_RP].where, in build_script()
1636 sr.curr.reg[UNW_REG_RP].val); in build_script()
2255 unw.sw_off[unw.preg_index[UNW_REG_RP]] = SW(B0); in unw_init()