Home
last modified time | relevance | path

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

/external/libunwind/src/ia64/
DGstep.c173 unw_word_t saved_bsp, saved_bspstore, loadrs, ndirty; in check_rbs_switch() local
176 saved_bsp = c->bsp; in check_rbs_switch()
181 if ((ret = ia64_get (c, c->loc[IA64_REG_BSP], &saved_bsp)) < 0 in check_rbs_switch()
205 &saved_bsp) < 0) in check_rbs_switch()
212 saved_bspstore = rse_skip_regs (saved_bsp, -ndirty); in check_rbs_switch()
215 if (saved_bsp == c->bsp) in check_rbs_switch()
218 return rbs_switch (c, saved_bsp, saved_bspstore, c->loc[IA64_REG_RNAT]); in check_rbs_switch()
DGrbs.c81 unw_word_t saved_bsp, unw_word_t saved_bspstore, in rbs_switch() argument
91 ndirty = rse_num_regs (saved_bspstore, saved_bsp); in rbs_switch()
117 c->bsp = saved_bsp; in rbs_switch()
Dunwind_i.h519 unw_word_t saved_bsp, unw_word_t saved_bspstore,