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

  /external/libunwind/include/tdep-ia64/
rse.h 42 * BSPSTORE and ending at BSP. This isn't simply (BSP-BSPSTORE)/8
46 rse_num_regs (uint64_t bspstore, uint64_t bsp)
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
libunwind_i.h 286 #define rbs_get_base(c,bspstore,rbs_basep) \
287 (*(rbs_basep) = (bspstore) - (((unw_word_t) 1) << 63), 0)
  /external/libunwind/src/ia64/
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);
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;
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,
Grbs.c 201 unw_word_t *bspstore)
221 *bspstore = c->bsp;
243 *bspstore = bsp = rbs->end;
Gstep.c 99 unw_word_t sc_addr, bsp, bspstore;
155 || (ret = ia64_get (c, c->loc[IA64_REG_BSPSTORE], &bspstore)) < 0)
157 if (bspstore < bsp)
160 rbs_switch (c, bsp, bspstore, IA64_LOC_UC_ADDR (bsp | 0x1f8, 0));
179 /* Got ourselves a frame that has saved ar.bspstore, ar.bsp,
194 ar.rnat, ar.bsp, and ar.bspstore, it saves the former two
Ginstall_cursor.S 41 long bspstore, long dirty_size, long *dirty_partition,
259 mov.m ar.bspstore = r15
268 mov.m ar.bspstore = r30 // restore register backing-store
unwind_i.h 512 unw_word_t bspstore,
530 unw_word_t *bspstore);
  /external/libunwind/tests/
ia64-test-stack-asm.S 70 mov r17 = ar.bspstore
76 .savesp ar.bspstore, SAVED_BSPSTORE_OFF+16
82 mov ar.bspstore = r2 // switch the backing store
109 ld8 r21 = [r3];; // saved bspstore
113 mov ar.bspstore = r21 // this also restores ar.bsp
ia64-test-rbs-asm.S 76 mov r17 = ar.bspstore; \
82 .savesp ar.bspstore, SAVED_BSPSTORE_OFF+16; \
89 mov ar.bspstore = r2; /* switch the backing store */ \
103 ld8 r21 = [r3];; /* saved bspstore */ \
116 mov ar.bspstore = r21;; /* this also restores ar.bsp */ \
  /external/oprofile/module/ia64/
IA64minstate.h 52 /* save ar.bspstore */ \
53 (pUser) mov rARBSPSTORE=ar.bspstore; \
58 (pUser) mov ar.bspstore=rKRBS; \
87 /* save ar.bspstore */ \
88 (pUser) mov rARBSPSTORE=ar.bspstore; \
95 (pUser) mov ar.bspstore=rKRBS; \
184 (pUser) st8 [r17]=rARBSPSTORE, 16; /* save ar.bspstore */ \
IA64entry.h 59 .spillsp ar.bspstore, SW(AR_BSPSTORE)+16+(off); \

Completed in 1115 milliseconds