Lines Matching refs:current_regcache

1027     regcache_raw_supply (current_regcache, tdep->ppc_gp0_regnum + regno,  in supply_gprs64()
1036 regcache_raw_supply (current_regcache, regno, (char *) &val); in supply_reg32()
1052 regcache_raw_supply (current_regcache, regno + tdep->ppc_fp0_regnum, in supply_fprs()
1083 regcache_raw_supply (current_regcache, PC_REGNUM, (char *) &iar); in supply_sprs64()
1084 regcache_raw_supply (current_regcache, tdep->ppc_ps_regnum, (char *) &msr); in supply_sprs64()
1085 regcache_raw_supply (current_regcache, tdep->ppc_cr_regnum, (char *) &cr); in supply_sprs64()
1086 regcache_raw_supply (current_regcache, tdep->ppc_lr_regnum, (char *) &lr); in supply_sprs64()
1087 regcache_raw_supply (current_regcache, tdep->ppc_ctr_regnum, (char *) &ctr); in supply_sprs64()
1088 regcache_raw_supply (current_regcache, tdep->ppc_xer_regnum, (char *) &xer); in supply_sprs64()
1090 regcache_raw_supply (current_regcache, tdep->ppc_fpscr_regnum, in supply_sprs64()
1104 regcache_raw_supply (current_regcache, PC_REGNUM, (char *) &iar); in supply_sprs32()
1105 regcache_raw_supply (current_regcache, tdep->ppc_ps_regnum, (char *) &msr); in supply_sprs32()
1106 regcache_raw_supply (current_regcache, tdep->ppc_cr_regnum, (char *) &cr); in supply_sprs32()
1107 regcache_raw_supply (current_regcache, tdep->ppc_lr_regnum, (char *) &lr); in supply_sprs32()
1108 regcache_raw_supply (current_regcache, tdep->ppc_ctr_regnum, (char *) &ctr); in supply_sprs32()
1109 regcache_raw_supply (current_regcache, tdep->ppc_xer_regnum, (char *) &xer); in supply_sprs32()
1111 regcache_raw_supply (current_regcache, tdep->ppc_fpscr_regnum, in supply_sprs32()
1248 regcache_raw_supply (current_regcache, tdep->ppc_mq_regnum, in fetch_regs_kernel_thread()
1287 regcache_raw_collect (current_regcache, tdep->ppc_gp0_regnum + regno, in fill_gprs64()
1299 regcache_raw_collect (current_regcache, tdep->ppc_gp0_regnum + regno, in fill_gprs32()
1318 regcache_raw_collect (current_regcache, regno, vals + regno); in fill_fprs()
1339 regcache_raw_collect (current_regcache, PC_REGNUM, iar); in fill_sprs64()
1341 regcache_raw_collect (current_regcache, tdep->ppc_ps_regnum, msr); in fill_sprs64()
1343 regcache_raw_collect (current_regcache, tdep->ppc_cr_regnum, cr); in fill_sprs64()
1345 regcache_raw_collect (current_regcache, tdep->ppc_lr_regnum, lr); in fill_sprs64()
1347 regcache_raw_collect (current_regcache, tdep->ppc_ctr_regnum, ctr); in fill_sprs64()
1349 regcache_raw_collect (current_regcache, tdep->ppc_xer_regnum, xer); in fill_sprs64()
1352 regcache_raw_collect (current_regcache, tdep->ppc_fpscr_regnum, fpscr); in fill_sprs64()
1375 regcache_raw_collect (current_regcache, PC_REGNUM, iar); in fill_sprs32()
1377 regcache_raw_collect (current_regcache, tdep->ppc_ps_regnum, msr); in fill_sprs32()
1379 regcache_raw_collect (current_regcache, tdep->ppc_cr_regnum, cr); in fill_sprs32()
1381 regcache_raw_collect (current_regcache, tdep->ppc_lr_regnum, lr); in fill_sprs32()
1383 regcache_raw_collect (current_regcache, tdep->ppc_ctr_regnum, ctr); in fill_sprs32()
1385 regcache_raw_collect (current_regcache, tdep->ppc_xer_regnum, xer); in fill_sprs32()
1388 regcache_raw_collect (current_regcache, tdep->ppc_fpscr_regnum, fpscr); in fill_sprs32()
1425 regcache_raw_collect (current_regcache, tdep->ppc_gp0_regnum + i, in store_regs_user_thread()
1431 regcache_raw_collect (current_regcache, tdep->ppc_gp0_regnum + i, in store_regs_user_thread()
1564 regcache_raw_collect (current_regcache, tdep->ppc_mq_regnum, in store_regs_kernel_thread()