Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dsmp.h27 extern unsigned long __cpuid_to_hartid_map[NR_CPUS];
28 #define cpuid_to_hartid_map(cpu) __cpuid_to_hartid_map[cpu]
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dsmp.c33 unsigned long __cpuid_to_hartid_map[NR_CPUS] = { variable