Lines Matching refs:ctr
1078 uint64_t lr, uint64_t ctr, uint32_t xer, in supply_sprs64() argument
1087 regcache_raw_supply (current_regcache, tdep->ppc_ctr_regnum, (char *) &ctr); in supply_sprs64()
1099 uint32_t lr, uint32_t ctr, uint32_t xer, in supply_sprs32() argument
1108 regcache_raw_supply (current_regcache, tdep->ppc_ctr_regnum, (char *) &ctr); in supply_sprs32()
1153 supply_sprs64 (ctx.iar, ctx.msr, ctx.cr, ctx.lr, ctx.ctr, ctx.xer, in fetch_regs_user_thread()
1156 supply_sprs32 (ctx.iar, ctx.msr, ctx.cr, ctx.lr, ctx.ctr, ctx.xer, in fetch_regs_user_thread()
1326 uint64_t *lr, uint64_t *ctr, uint32_t *xer, in fill_sprs64() argument
1347 regcache_raw_collect (current_regcache, tdep->ppc_ctr_regnum, ctr); in fill_sprs64()
1357 unsigned long *lr, unsigned long *ctr, unsigned long *xer, in fill_sprs32() argument
1383 regcache_raw_collect (current_regcache, tdep->ppc_ctr_regnum, ctr); in fill_sprs32()
1444 fill_sprs64 (&ctx.iar, &ctx.msr, &ctx.cr, &ctx.lr, &ctx.ctr, &ctx.xer, in store_regs_user_thread()
1467 ctx.ctr = tmp_ctr; in store_regs_user_thread()