Searched refs:IA64_REG_PR (Results 1 - 8 of 8) sorted by relevance

/external/libunwind/src/ia64/
H A DGglobal.c34 IA64_REG_IP, IA64_REG_PFS, IA64_REG_PSP, IA64_REG_PR,
H A Dinit.h46 c->loc[IA64_REG_PR] = IA64_REG_LOC (c, UNW_IA64_PR);
95 ret = ia64_get (c, c->loc[IA64_REG_PR], &c->pr);
H A DGget_save_loc.c90 case UNW_IA64_PR: loc = c->loc[IA64_REG_PR]; break;
H A DGstep.c130 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);
H A DGregs.c435 return ia64_put (c, c->loc[IA64_REG_PR], *valp);
438 return ia64_get (c, c->loc[IA64_REG_PR], valp);
H A DGresume.c202 MEMIFY (IA64_REG_PR, UNW_IA64_PR);
H A DGparser.c126 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/
H A Dlibunwind_i.h63 IA64_REG_UNAT, IA64_REG_PR, IA64_REG_LC, IA64_REG_FPSR, enumerator in enum:ia64_pregnum

Completed in 381 milliseconds