Searched refs:gpr_index (Results 1 – 2 of 2) sorted by relevance
390 for (unsigned int gpr_index = 0; in Print() local391 gpr_index < MD_CONTEXT_PPC_GPR_COUNT; in Print()392 ++gpr_index) { in Print()394 gpr_index, context_ppc->gpr[gpr_index]); in Print()431 for (unsigned int gpr_index = 0; in Print() local432 gpr_index < MD_CONTEXT_PPC64_GPR_COUNT; in Print()433 ++gpr_index) { in Print()435 gpr_index, context_ppc64->gpr[gpr_index]); in Print()
629 for (unsigned int gpr_index = 0; in Read() local630 gpr_index < MD_CONTEXT_PPC64_GPR_COUNT; in Read()631 ++gpr_index) { in Read()632 Swap(&context_ppc64->gpr[gpr_index]); in Read()897 for (unsigned int gpr_index = 0; in Read() local898 gpr_index < MD_CONTEXT_PPC_GPR_COUNT; in Read()899 ++gpr_index) { in Read()900 Swap(&context_ppc->gpr[gpr_index]); in Read()963 for (unsigned int gpr_index = 0; in Read() local964 gpr_index < MD_CONTEXT_SPARC_GPR_COUNT; in Read()[all …]