Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/include/asm/
Dsmp.h91 extern int smp_hw_index[];
94 #define hard_smp_processor_id() (smp_hw_index[smp_processor_id()])
98 return smp_hw_index[cpu]; in get_hard_smp_processor_id()
103 smp_hw_index[cpu] = phys; in set_hard_smp_processor_id()
/Linux-v6.1/arch/powerpc/kernel/
Dsetup_32.c59 int smp_hw_index[NR_CPUS]; variable
60 EXPORT_SYMBOL(smp_hw_index);