Searched defs:cpu_devices (Results 1 - 5 of 5) sorted by relevance

/arch/cris/kernel/
H A Dsetup.c40 static struct cpu cpu_devices[NR_CPUS]; variable in typeref:struct:cpu
199 return register_cpu(&cpu_devices[i], i);
/arch/m32r/kernel/
H A Dsetup.c271 static struct cpu cpu_devices[NR_CPUS]; variable in typeref:struct:cpu
278 register_cpu(&cpu_devices[i], i);
/arch/c6x/kernel/
H A Dsetup.c494 static struct cpu cpu_devices[NR_CPUS]; variable in typeref:struct:cpu
501 register_cpu(&cpu_devices[i], i);
/arch/mn10300/kernel/
H A Dsetup.c184 static struct cpu cpu_devices[NR_CPUS]; variable in typeref:struct:cpu
191 register_cpu(&cpu_devices[i], i);
/arch/tile/kernel/
H A Dsetup.c991 static struct cpu cpu_devices[NR_CPUS]; variable in typeref:struct:cpu
1001 register_cpu(&cpu_devices[i], i);

Completed in 245 milliseconds