Searched refs:UNW_REG_RP (Results 1 – 3 of 3) sorted by relevance
/arch/ia64/kernel/ |
D | unwind_decoder.c | 224 case 1: UNW_DEC_REG_GR(P3, UNW_REG_RP, dst, arg); break; in unw_decode_p2_p5() 287 case 4: UNW_DEC_REG_WHEN(P7, UNW_REG_RP, t, arg); break; in unw_decode_p7_p10() 288 case 5: UNW_DEC_REG_PSPREL(P7, UNW_REG_RP, t, arg); break; in unw_decode_p7_p10() 312 case 1: UNW_DEC_REG_SPREL(P8, UNW_REG_RP, t, arg); break; in unw_decode_p7_p10()
|
D | unwind_i.h | 28 UNW_REG_RP, enumerator
|
D | unwind.c | 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() [all …]
|