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

  /external/libunwind/src/ia64/
Gglobal.c 34 IA64_REG_IP, IA64_REG_PFS, IA64_REG_PSP, IA64_REG_PR,
init.h 46 c->loc[IA64_REG_PR] = IA64_REG_LOC (c, UNW_IA64_PR);
95 ret = ia64_get (c, c->loc[IA64_REG_PR], &c->pr);
Gget_save_loc.c 90 case UNW_IA64_PR: loc = c->loc[IA64_REG_PR]; break;
Gstep.c 130 c->loc[IA64_REG_PR] = IA64_LOC_UC_REG (UNW_IA64_PR, sc_addr);
336 ret = ia64_get (c, c->loc[IA64_REG_PR], &c->pr);
Gregs.c 435 return ia64_put (c, c->loc[IA64_REG_PR], *valp);
438 return ia64_get (c, c->loc[IA64_REG_PR], valp);
Gresume.c 202 MEMIFY (IA64_REG_PR, UNW_IA64_PR);
Gparser.c 126 return IA64_REG_PR;
635 #define UNW_REG_PR IA64_REG_PR
712 case UNW_IA64_PR: preg = IA64_REG_PR; break;
  /external/libunwind/include/tdep-ia64/
libunwind_i.h 63 IA64_REG_UNAT, IA64_REG_PR, IA64_REG_LC, IA64_REG_FPSR,

Completed in 36 milliseconds