Searched refs:UNW_REG_RP (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/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.c | 152 UNW_REG_RP, UNW_REG_PFS, UNW_REG_PSP, UNW_REG_PR, 665 case 0x63: return UNW_REG_RP; in decode_abreg() 1558 sr.curr.reg[UNW_REG_RP].where = UNW_WHERE_BR; in build_script() 1559 sr.curr.reg[UNW_REG_RP].when = -1; in build_script() 1560 sr.curr.reg[UNW_REG_RP].val = 0; in build_script() 1561 compile_reg(&sr, UNW_REG_RP, script); in build_script() 1601 if (sr.curr.reg[UNW_REG_RP].when >= sr.when_target) { in build_script() 1602 sr.curr.reg[UNW_REG_RP].where = UNW_WHERE_BR; in build_script() 1603 sr.curr.reg[UNW_REG_RP].when = -1; in build_script() 1604 sr.curr.reg[UNW_REG_RP].val = sr.return_link_reg; in build_script() [all …]
|
D | unwind_i.h | 28 UNW_REG_RP, enumerator
|