Home
last modified time | relevance | path

Searched refs:cpu_history (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-s390.c1826 static unsigned int *cpu_history; in s390_machine() local
1852 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()
Dtc-ppc.c4953 static ppc_cpu_t *cpu_history; in ppc_machine() local
4983 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()