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