Lines Matching refs:ia64_get
39 if ((ret = ia64_get (c, IA64_LOC_ADDR (c->sp + 0x10 in linux_sigtramp()
106 if ((ret = ia64_get (c, sc_loc, &sc_addr)) < 0) in hpux_sigtramp()
148 if ((ret = ia64_get (c, c->cfm_loc, &c->cfm)) < 0) in hpux_sigtramp()
151 if ((ret = ia64_get (c, c->loc[IA64_REG_PSP], &c->psp)) < 0) in hpux_sigtramp()
154 if ((ret = ia64_get (c, c->loc[IA64_REG_BSP], &bsp)) < 0 in hpux_sigtramp()
155 || (ret = ia64_get (c, c->loc[IA64_REG_BSPSTORE], &bspstore)) < 0) in hpux_sigtramp()
181 if ((ret = ia64_get (c, c->loc[IA64_REG_BSP], &saved_bsp)) < 0 in check_rbs_switch()
182 || (ret = ia64_get (c, c->loc[IA64_REG_BSPSTORE], &saved_bspstore))) in check_rbs_switch()
203 if ((ret = ia64_get (c, IA64_LOC_ADDR (c->sigcontext_addr in check_rbs_switch()
206 || (ret = ia64_get (c, IA64_LOC_ADDR (c->sigcontext_addr in check_rbs_switch()
236 ret = ia64_get (c, c->loc[IA64_REG_IP], &ip); in update_frame_state()
250 ret = ia64_get (c, c->cfm_loc, &c->cfm); in update_frame_state()
303 if ((ret = ia64_get (c, c->loc[IA64_REG_IP], &ip)) < 0) in update_frame_state()
336 ret = ia64_get (c, c->loc[IA64_REG_PR], &c->pr); in update_frame_state()