Searched refs:cpu_nr (Results 1 - 15 of 15) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dcputable.c24 extern void __setup_cpu_601(unsigned long offset, int cpu_nr, struct cpu_spec* spec);
25 extern void __setup_cpu_603(unsigned long offset, int cpu_nr, struct cpu_spec* spec);
26 extern void __setup_cpu_604(unsigned long offset, int cpu_nr, struct cpu_spec* spec);
27 extern void __setup_cpu_750(unsigned long offset, int cpu_nr, struct cpu_spec* spec);
28 extern void __setup_cpu_750cx(unsigned long offset, int cpu_nr, struct cpu_spec* spec);
29 extern void __setup_cpu_750fx(unsigned long offset, int cpu_nr, struct cpu_spec* spec);
30 extern void __setup_cpu_7400(unsigned long offset, int cpu_nr, struct cpu_spec* spec);
31 extern void __setup_cpu_7410(unsigned long offset, int cpu_nr, struct cpu_spec* spec);
32 extern void __setup_cpu_7450(unsigned long offset, int cpu_nr, struct cpu_spec* spec);
33 extern void __setup_cpu_7455(unsigned long offset, int cpu_nr, struc
[all...]
H A Dsmp.c282 int i, cpu_nr; local
327 cpu_nr = smp_ops->probe();
333 if (cpu_nr > max_cpus)
334 cpu_nr = max_cpus;
335 for (i = 1; i < cpu_nr; i++) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/platforms/
H A Dchrp_smp.c90 smp_chrp_setup_cpu(int cpu_nr) argument
95 if (cpu_nr == 0) {
152 smp_xics_setup_cpu(int cpu_nr) argument
154 if (cpu_nr > 0)
H A Dpmac_smp.c186 cpu_setup_apply(int cpu_nr) argument
472 static void __init psurge_dual_sync_tb(int cpu_nr) argument
479 last_jiffy_stamp(cpu_nr) = 0;
481 if (cpu_nr > 0) {
498 smp_psurge_setup_cpu(int cpu_nr) argument
501 if (cpu_nr == 0) {
512 psurge_dual_sync_tb(cpu_nr);
590 smp_core99_setup_cpu(int cpu_nr) argument
593 if (cpu_nr != 0)
594 cpu_setup_apply(cpu_nr);
[all...]
H A Dgemini_setup.c522 smp_gemini_setup_cpu(int cpu_nr) argument
526 if (cpu_nr > 0)
H A Dprep_setup.c725 smp_prep_setup_cpu(int cpu_nr) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dsmp.c297 smp_chrp_setup_cpu(int cpu_nr) argument
304 paca[cpu_nr].next_jiffy_update_tb = tb_last_stamp = get_tb();
305 if (cpu_nr == 0) {
314 if (cpu_nr == 0) {
350 if (cpu_nr > 0)
598 int i, cpu_nr; local
638 cpu_nr = ppc_md.smp_probe();
640 printk("Probe found %d CPUs\n", cpu_nr);
646 if (cpu_nr > max_cpus)
647 cpu_nr
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dcputable.h37 typedef void (*cpu_setup_t)(unsigned long offset, int cpu_nr, struct cpu_spec* spec);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dcputable.h37 typedef void (*cpu_setup_t)(unsigned long offset, int cpu_nr, struct cpu_spec* spec);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dprocessor.h44 __u16 cpu_nr; member in struct:cpuinfo_S390
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dprocessor.h49 __u16 cpu_nr; member in struct:cpuinfo_S390
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dprocessor.h44 __u16 cpu_nr; member in struct:cpuinfo_S390
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dprocessor.h49 __u16 cpu_nr; member in struct:cpuinfo_S390
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dsetup.c97 S390_lowcore.cpu_data.cpu_nr = nr;
497 cpuinfo->cpu_nr,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dsetup.c97 S390_lowcore.cpu_data.cpu_nr = nr;
491 cpuinfo->cpu_nr,

Completed in 121 milliseconds