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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 181 milliseconds