Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dsmp.h77 extern int smp_hw_index[];
80 #define hard_smp_processor_id() (smp_hw_index[smp_processor_id()])
84 return smp_hw_index[cpu]; in get_hard_smp_processor_id()
89 smp_hw_index[cpu] = phys; in set_hard_smp_processor_id()
/arch/powerpc/kernel/
Dppc_ksyms_32.c25 EXPORT_SYMBOL(smp_hw_index);
Dsetup_32.c50 int smp_hw_index[NR_CPUS]; variable