HomeSort by relevance Sort by last modified time
    Searched defs:bspstore (Results 1 - 4 of 4) sorted by null

  /external/libunwind/src/ia64/
init.h 31 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;
Ginit_local.c 55 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);
Gresume.c 38 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,
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
_regset.h 62 unsigned long bspstore; member in struct:_special

Completed in 154 milliseconds