Searched refs:ppc_regmap (Results 1 – 1 of 1) sorted by relevance
35 static int ppc_regmap[] = variable121 if (ppc_regmap[i] != -1) in ppc_fill_gregset()122 collect_register (i, ((char *) buf) + ppc_regmap[i]); in ppc_fill_gregset()132 if (ppc_regmap[i] != -1) in ppc_store_gregset()133 supply_register (i, ((char *) buf) + ppc_regmap[i]); in ppc_store_gregset()146 ppc_regmap,