Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/kernel/
H A Dunwind.c151 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()
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()
1674 && (sr.curr.reg[UNW_REG_PSP].where == UNW_WHERE_NONE) in build_script()
[all …]
H A Dunwind_i.h27 UNW_REG_PSP, /* previous memory stack pointer */ enumerator
H A Dunwind_decoder.c224 case 0: UNW_DEC_REG_GR(P3, UNW_REG_PSP, dst, arg); break; in unw_decode_p2_p5()
287 case 3: UNW_DEC_REG_SPREL(P7, UNW_REG_PSP, t, arg); break; in unw_decode_p7_p10()