Searched defs:bspstore (Results 1 - 5 of 5) sorted by relevance

/external/libunwind/src/ia64/
H A Dinit.h31 unw_word_t bspstore, rbs_base; local
102 ret = ia64_get (c, c->loc[IA64_REG_BSPSTORE], &bspstore);
110 bspstore). If the BSPSTORE looks corrupt, we fail. */
111 if ((ret = rbs_get_base (c, bspstore, &rbs_base)) < 0)
114 c->rbs_area[0].end = bspstore;
115 c->rbs_area[0].size = bspstore - rbs_base;
H A DGinit_local.c55 unw_word_t sol, bspstore; local
59 bspstore = uc->sw.ar_bspstore;
63 bspstore = uc->uc_mcontext.sc_ar_bsp;
66 *bsp = rse_skip_regs (bspstore, -sol);
H A DGrbs.c201 unw_word_t *bspstore)
221 *bspstore = c->bsp;
243 *bspstore = bsp = rbs->end;
199 rbs_cover_and_flush(struct cursor *c, unw_word_t nregs, unw_word_t *dirty_partition, unw_word_t *dirty_rnat, unw_word_t *bspstore) argument
H A DGresume.c38 unw_word_t val, sol, sof, pri_unat, n, pfs, bspstore, dirty_rnat; local
110 &dirty_rnat, &bspstore)) < 0)
142 &dirty_rnat, &bspstore)) < 0)
156 bspstore, dirty_size, dirty_partition + dirty_size/8,
/external/libunwind/include/tdep-ia64/
H A Drse.h46 rse_num_regs (uint64_t bspstore, uint64_t bsp) argument
48 uint64_t slots = (bsp - bspstore) >> 3;
50 return slots - (rse_slot_num(bspstore) + slots)/0x40;
54 * The inverse of the above: given bspstore and the number of

Completed in 3824 milliseconds