Home
last modified time | relevance | path

Searched refs:smp_hw_index (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/include/asm-ppc/
Dsmp.h50 extern int smp_hw_index[NR_CPUS];
51 #define hard_smp_processor_id() (smp_hw_index[smp_processor_id()])
/linux-2.4.37.9/arch/ppc/platforms/
Dpmac_smp.c335 smp_hw_index[i] = i; in smp_psurge_probe()
444 smp_hw_index[i] = i; in smp_core99_probe()
Dpplus_setup.c316 smp_hw_index[1] = 1; in smp_pplus_probe()
Dgemini_setup.c506 smp_hw_index[i] = i; in smp_gemini_probe()
Dprep_setup.c1070 smp_hw_index[1] = 1; in smp_prep_probe()
/linux-2.4.37.9/arch/ppc/kernel/
Dopen_pic.c120 #define DECL_THIS_CPU int cpu = smp_hw_index[smp_processor_id()]
514 mask |= (cpumask & 1) << smp_hw_index[i]; in physmask()
604 u32 msk = 1 << smp_hw_index[smp_processor_id()]; in do_openpic_setup_cpu()
Dppc_ksyms.c238 EXPORT_SYMBOL(smp_hw_index);
Dsmp.c52 int smp_hw_index[NR_CPUS]; variable
Dprom_init.c618 smp_hw_index[cpu] = reg; in prom_hold_cpus()