smp_hw_index 80 arch/powerpc/include/asm/smp.h extern int smp_hw_index[]; smp_hw_index 98 arch/powerpc/include/asm/smp.h #define hard_smp_processor_id() (smp_hw_index[smp_processor_id()]) smp_hw_index 102 arch/powerpc/include/asm/smp.h return smp_hw_index[cpu]; smp_hw_index 107 arch/powerpc/include/asm/smp.h smp_hw_index[cpu] = phys; smp_hw_index 57 arch/powerpc/kernel/setup_32.c int smp_hw_index[NR_CPUS]; smp_hw_index 58 arch/powerpc/kernel/setup_32.c EXPORT_SYMBOL(smp_hw_index);