Searched refs:cpu_history (Results 1 – 2 of 2) sorted by relevance
1826 static unsigned int *cpu_history; in s390_machine() local1852 if (cpu_history == NULL) in s390_machine()1853 cpu_history = xmalloc (MAX_HISTORY * sizeof (*cpu_history)); in s390_machine()1858 cpu_history[curr_hist++] = current_cpu; in s390_machine()1865 current_cpu = cpu_history[--curr_hist]; in s390_machine()
4953 static ppc_cpu_t *cpu_history; in ppc_machine() local4983 if (cpu_history == NULL) in ppc_machine()4984 cpu_history = xmalloc (MAX_HISTORY * sizeof (*cpu_history)); in ppc_machine()4989 cpu_history[curr_hist++] = ppc_cpu; in ppc_machine()4996 ppc_cpu = cpu_history[--curr_hist]; in ppc_machine()