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

  /external/libunwind/src/ia64/
Ginit_remote.c 55 if ((ret = ia64_get (c, IA64_REG_LOC (c, UNW_IA64_GR + 12), &sp)) < 0
56 || (ret = ia64_get (c, IA64_REG_LOC (c, UNW_IA64_AR_BSP), &bsp)) < 0)
Gstep.c 39 if ((ret = ia64_get (c, IA64_LOC_ADDR (c->sp + 0x10
106 if ((ret = ia64_get (c, sc_loc, &sc_addr)) < 0)
148 if ((ret = ia64_get (c, c->cfm_loc, &c->cfm)) < 0)
151 if ((ret = ia64_get (c, c->loc[IA64_REG_PSP], &c->psp)) < 0)
154 if ((ret = ia64_get (c, c->loc[IA64_REG_BSP], &bsp)) < 0
155 || (ret = ia64_get (c, c->loc[IA64_REG_BSPSTORE], &bspstore)) < 0)
181 if ((ret = ia64_get (c, c->loc[IA64_REG_BSP], &saved_bsp)) < 0
182 || (ret = ia64_get (c, c->loc[IA64_REG_BSPSTORE], &saved_bspstore)))
203 if ((ret = ia64_get (c, IA64_LOC_ADDR (c->sigcontext_addr
206 || (ret = ia64_get (c, IA64_LOC_ADDR (c->sigcontext_add
    [all...]
Ginit_local.c 70 if ((ret = ia64_get (c, IA64_REG_LOC (c, UNW_IA64_GR + 12), sp)) < 0
71 || (ret = ia64_get (c, IA64_REG_LOC (c, UNW_IA64_AR_BSP), bsp)) < 0)
Gresume.c 71 if ((ret = ia64_get (c, c->loc[IA64_REG_R4], &extra.r4)) < 0
72 || (ret = ia64_get (c, c->loc[IA64_REG_R5], &extra.r5)) < 0
73 || (ret = ia64_get (c, c->loc[IA64_REG_R6], &extra.r6)) < 0
74 || (ret = ia64_get (c, c->loc[IA64_REG_R7], &extra.r7)) < 0)
120 if ((ret = ia64_get (c, c->loc[IA64_REG_PFS], &sc->sc_ar_pfs)) < 0
121 || (ret = ia64_get (c, c->loc[IA64_REG_FPSR], &sc->sc_ar_fpsr)) < 0
122 || (ret = ia64_get (c, c->loc[IA64_REG_UNAT], &sc->sc_ar_unat)) < 0)
138 if ((ret = ia64_get (c, c->loc[IA64_REG_PFS], &pfs)) < 0)
init.h 87 ret = ia64_get (c, c->loc[IA64_REG_IP], &c->ip);
91 ret = ia64_get (c, c->cfm_loc, &c->cfm);
95 ret = ia64_get (c, c->loc[IA64_REG_PR], &c->pr);
102 ret = ia64_get (c, c->loc[IA64_REG_BSPSTORE], &bspstore);
Gregs.c 60 if (ia64_get (c, IA64_LOC_ADDR (addr + LINUX_SC_FLAGS_OFF, 0),
255 ret = ia64_get (c, nat_loc, &nat_word);
335 return ia64_get (c, nat_loc, valp);
438 return ia64_get (c, c->loc[IA64_REG_PR], valp);
461 if ((ret = ia64_get (c, c->ec_loc, &val)) < 0)
558 return ia64_get (c, loc, valp);
Grbs.c 185 return ia64_get (c, rnat_locp, rnatp);
298 if ((ret = ia64_get (c, rbs_loc (rbs, bsp), dst)) < 0)
unwind_i.h 192 ia64_get (struct cursor *c, unw_word_t loc, unw_word_t *val) function
333 ia64_get (struct cursor *c, ia64_loc_t loc, unw_word_t *val) function
Gscript.c 553 if ((ret = ia64_get (c, c->loc[IA64_REG_PSP], &c->psp)) < 0)

Completed in 123 milliseconds