Lines Matching refs:unw_word_t
81 unw_word_t saved_bsp, unw_word_t saved_bspstore, in rbs_switch()
85 unw_word_t lo, ndirty, rbs_base; in rbs_switch()
125 rbs_find_stacked (struct cursor *c, unw_word_t regs_to_skip, in rbs_find_stacked()
128 unw_word_t nregs, bsp = c->bsp, curr = c->rbs_curr, n; in rbs_find_stacked()
129 unw_word_t left_edge = c->rbs_left_edge; in rbs_find_stacked()
154 unw_word_t addr; in rbs_find_stacked()
180 get_rnat (struct cursor *c, struct rbs_area *rbs, unw_word_t bsp, in get_rnat()
181 unw_word_t *__restrict rnatp) in get_rnat()
199 rbs_cover_and_flush (struct cursor *c, unw_word_t nregs, in rbs_cover_and_flush()
200 unw_word_t *dirty_partition, unw_word_t *dirty_rnat, in rbs_cover_and_flush()
201 unw_word_t *bspstore) in rbs_cover_and_flush()
203 unw_word_t n, src_mask, dst_mask, bsp, *dst, src_rnat, dst_rnat = 0; in rbs_cover_and_flush()
204 unw_word_t curr = c->rbs_curr, left_edge = c->rbs_left_edge; in rbs_cover_and_flush()
225 unw_word_t rnat_addr = (unw_word_t) in rbs_cover_and_flush()
283 if (unlikely (rse_is_rnat_slot ((unw_word_t) dst))) in rbs_cover_and_flush()
289 src_mask = ((unw_word_t) 1) << rse_slot_num (bsp); in rbs_cover_and_flush()
290 dst_mask = ((unw_word_t) 1) << rse_slot_num ((unw_word_t) dst); in rbs_cover_and_flush()
306 if (unlikely (rse_is_rnat_slot ((unw_word_t) dst))) in rbs_cover_and_flush()