Home
last modified time | relevance | path

Searched refs:UNW_REG_PSP (Results 1 – 3 of 3) sorted by relevance

/arch/ia64/kernel/
Dunwind_i.h26 UNW_REG_PSP, /* previous memory stack pointer */ enumerator
Dunwind.c150 UNW_REG_RP, UNW_REG_PFS, UNW_REG_PSP, UNW_REG_PR,
688 case 0x61: return UNW_REG_PSP; in decode_abreg()
962 set_reg(sr->curr.reg + UNW_REG_PSP, UNW_WHERE_NONE, in desc_mem_stack_f()
969 sr->curr.reg[UNW_REG_PSP].when = sr->region_start + min_t(int, t, sr->region_len - 1); in desc_mem_stack_v()
1486 if (i == UNW_REG_PSP) { in compile_reg()
1494 insn.dst = insn.val = unw.preg_index[UNW_REG_PSP]; in compile_reg()
1611 sr.curr.reg[UNW_REG_PSP].val = 0; in build_script()
1612 sr.curr.reg[UNW_REG_PSP].where = UNW_WHERE_NONE; in build_script()
1613 sr.curr.reg[UNW_REG_PSP].when = UNW_WHEN_NEVER; in build_script()
1672 if (sr.when_target > sr.curr.reg[UNW_REG_PSP].when in build_script()
[all …]
Dunwind_decoder.c223 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()