Searched refs:UNW_REG_PSP (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/arch/ia64/kernel/ |
D | unwind.c | 151 UNW_REG_RP, UNW_REG_PFS, UNW_REG_PSP, UNW_REG_PR, 689 case 0x61: return UNW_REG_PSP; in decode_abreg() 963 set_reg(sr->curr.reg + UNW_REG_PSP, UNW_WHERE_NONE, in desc_mem_stack_f() 970 sr->curr.reg[UNW_REG_PSP].when = sr->region_start + min_t(int, t, sr->region_len - 1); in desc_mem_stack_v() 1487 if (i == UNW_REG_PSP) { in compile_reg() 1495 insn.dst = insn.val = unw.preg_index[UNW_REG_PSP]; in compile_reg() 1612 sr.curr.reg[UNW_REG_PSP].val = 0; in build_script() 1613 sr.curr.reg[UNW_REG_PSP].where = UNW_WHERE_NONE; in build_script() 1614 sr.curr.reg[UNW_REG_PSP].when = UNW_WHEN_NEVER; in build_script() 1673 if (sr.when_target > sr.curr.reg[UNW_REG_PSP].when in build_script() [all …]
|
D | unwind_i.h | 26 UNW_REG_PSP, /* previous memory stack pointer */ enumerator
|
D | unwind_decoder.c | 223 case 0: UNW_DEC_REG_GR(P3, UNW_REG_PSP, dst, arg); break; in unw_decode_p2_p5() 286 case 3: UNW_DEC_REG_SPREL(P7, UNW_REG_PSP, t, arg); break; in unw_decode_p7_p10()
|