Searched refs:UNW_REG_RP (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/arch/ia64/kernel/ |
D | unwind_decoder.c | 225 case 1: UNW_DEC_REG_GR(P3, UNW_REG_RP, dst, arg); break; in unw_decode_p2_p5() 288 case 4: UNW_DEC_REG_WHEN(P7, UNW_REG_RP, t, arg); break; in unw_decode_p7_p10() 289 case 5: UNW_DEC_REG_PSPREL(P7, UNW_REG_RP, t, arg); break; in unw_decode_p7_p10() 313 case 1: UNW_DEC_REG_SPREL(P8, UNW_REG_RP, t, arg); break; in unw_decode_p7_p10()
|
D | unwind.c | 151 UNW_REG_RP, UNW_REG_PFS, UNW_REG_PSP, UNW_REG_PR, 691 case 0x63: return UNW_REG_RP; in decode_abreg() 1588 sr.curr.reg[UNW_REG_RP].where = UNW_WHERE_BR; in build_script() 1589 sr.curr.reg[UNW_REG_RP].when = -1; in build_script() 1590 sr.curr.reg[UNW_REG_RP].val = 0; in build_script() 1591 compile_reg(&sr, UNW_REG_RP, script); in build_script() 1631 if (sr.curr.reg[UNW_REG_RP].when >= sr.when_target) { in build_script() 1632 sr.curr.reg[UNW_REG_RP].where = UNW_WHERE_BR; in build_script() 1633 sr.curr.reg[UNW_REG_RP].when = -1; in build_script() 1634 sr.curr.reg[UNW_REG_RP].val = sr.return_link_reg; in build_script() [all …]
|
D | unwind_i.h | 29 UNW_REG_RP, enumerator
|