Lines Matching refs:nregs
128 unw_word_t nregs, bsp = c->bsp, curr = c->rbs_curr, n; in rbs_find_stacked() local
149 nregs = rse_num_regs (bsp, c->rbs_area[curr].end); in rbs_find_stacked()
151 if (regs_to_skip < nregs) in rbs_find_stacked()
170 regs_to_skip -= nregs; in rbs_find_stacked()
199 rbs_cover_and_flush (struct cursor *c, unw_word_t nregs, in rbs_cover_and_flush() argument
209 c->bsp = rse_skip_regs (bsp, nregs); in rbs_cover_and_flush()
215 if (likely (n >= nregs)) in rbs_cover_and_flush()
232 nregs -= n; /* account for registers already on the rbs */ in rbs_cover_and_flush()
234 assert (rse_skip_regs (c->bsp, -nregs) == rse_skip_regs (rbs->end, 0)); in rbs_cover_and_flush()
239 nregs += rse_num_regs (rbs->end, bsp); in rbs_cover_and_flush()
249 while (nregs > 0) in rbs_cover_and_flush()
259 "bsp=0x%lx, dst=0x%p\n", (unsigned long) nregs, in rbs_cover_and_flush()
302 --nregs; in rbs_cover_and_flush()