Searched refs:__cpuid_to_hartid_map (Results 1 – 2 of 2) sorted by relevance
22 extern unsigned long __cpuid_to_hartid_map[NR_CPUS];23 #define cpuid_to_hartid_map(cpu) __cpuid_to_hartid_map[cpu]
30 unsigned long __cpuid_to_hartid_map[NR_CPUS] = { variable