Lines Matching full:cpu_history
4968 static ppc_cpu_t *cpu_history;4998 if (cpu_history == NULL)4999 cpu_history = xmalloc (MAX_HISTORY * sizeof (*cpu_history));5004 cpu_history[curr_hist++] = ppc_cpu;5011 ppc_cpu = cpu_history[--curr_hist];