Searched refs:smp_hw_index (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dsmp.h55 extern int smp_hw_index[];
58 #define hard_smp_processor_id() (smp_hw_index[smp_processor_id()])
62 return smp_hw_index[cpu];
67 smp_hw_index[cpu] = phys;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dppc_ksyms.c124 EXPORT_SYMBOL(smp_hw_index); variable
H A Dsetup_32.c53 int smp_hw_index[NR_CPUS]; variable

Completed in 110 milliseconds