Searched refs:gpr_index (Results 1 – 2 of 2) sorted by relevance
346 for (unsigned int gpr_index = 0; in Print() local347 gpr_index < MD_CONTEXT_PPC_GPR_COUNT; in Print()348 ++gpr_index) { in Print()350 gpr_index, context_ppc->gpr[gpr_index]); in Print()387 for (unsigned int gpr_index = 0; in Print() local388 gpr_index < MD_CONTEXT_PPC64_GPR_COUNT; in Print()389 ++gpr_index) { in Print()391 gpr_index, context_ppc64->gpr[gpr_index]); in Print()
603 for (unsigned int gpr_index = 0; in Read() local604 gpr_index < MD_CONTEXT_PPC64_GPR_COUNT; in Read()605 ++gpr_index) { in Read()606 Swap(&context_ppc64->gpr[gpr_index]); in Read()879 for (unsigned int gpr_index = 0; in Read() local880 gpr_index < MD_CONTEXT_PPC_GPR_COUNT; in Read()881 ++gpr_index) { in Read()882 Swap(&context_ppc->gpr[gpr_index]); in Read()945 for (unsigned int gpr_index = 0; in Read() local946 gpr_index < MD_CONTEXT_SPARC_GPR_COUNT; in Read()[all …]