Searched refs:__cpu_number_map (Results 1 - 15 of 15) sorted by relevance

/linux-4.4.14/arch/sh/include/asm/
H A Dsmp.h18 extern int __cpu_number_map[NR_CPUS];
19 #define cpu_number_map(cpu) __cpu_number_map[cpu]
/linux-4.4.14/arch/mips/include/asm/
H A Dsmp.h32 extern int __cpu_number_map[NR_CPUS];
33 #define cpu_number_map(cpu) __cpu_number_map[cpu]
/linux-4.4.14/arch/mips/paravirt/
H A Dparavirt-smp.c57 __cpu_number_map[cpunum] = 0; paravirt_smp_setup()
63 __cpu_number_map[id] = id; paravirt_smp_setup()
/linux-4.4.14/arch/sh/kernel/cpu/sh4a/
H A Dsmp-shx3.c56 __cpu_number_map[0] = 0; shx3_smp_setup()
65 __cpu_number_map[i] = ++num; shx3_smp_setup()
/linux-4.4.14/arch/mips/sibyte/bcm1480/
H A Dsmp.c142 __cpu_number_map[0] = 0; bcm1480_smp_setup()
148 __cpu_number_map[i] = ++num; bcm1480_smp_setup()
/linux-4.4.14/arch/mips/sibyte/sb1250/
H A Dsmp.c132 __cpu_number_map[0] = 0; sb1250_smp_setup()
138 __cpu_number_map[i] = ++num; sb1250_smp_setup()
/linux-4.4.14/arch/mips/cavium-octeon/
H A Dsmp.c116 __cpu_number_map[coreid] = 0; octeon_smp_setup()
125 __cpu_number_map[id] = cpus; octeon_smp_setup()
141 __cpu_number_map[id] = cpus; octeon_smp_setup()
/linux-4.4.14/arch/mips/kernel/
H A Dsmp-cmp.c119 __cpu_number_map[i] = ++ncpu; cmp_smp_setup()
H A Dsmp-bmips.c136 __cpu_number_map[boot_cpu] = 0; bmips_smp_setup()
141 __cpu_number_map[i] = cpu; bmips_smp_setup()
H A Dsmp.c49 int __cpu_number_map[NR_CPUS]; /* Map physical to logical */ variable
50 EXPORT_SYMBOL(__cpu_number_map); variable
H A Dsmp-mt.c75 __cpu_number_map[tc] = ++ncpu; smvp_vpe_init()
H A Dsmp-cps.c78 __cpu_number_map[v] = v; cps_smp_setup()
/linux-4.4.14/arch/sh/kernel/
H A Dsmp.c32 int __cpu_number_map[NR_CPUS]; /* Map physical to logical */ variable
74 __cpu_number_map[0] = cpu; smp_prepare_boot_cpu()
/linux-4.4.14/arch/mips/netlogic/common/
H A Dsmp.c175 __cpu_number_map[boot_cpu] = 0; nlm_smp_setup()
187 __cpu_number_map[i] = num_cpus; nlm_smp_setup()
/linux-4.4.14/arch/mips/loongson64/loongson-3/
H A Dsmp.c350 __cpu_number_map[i] = -1; loongson3_smp_setup()
352 __cpu_number_map[i] = num; loongson3_smp_setup()

Completed in 626 milliseconds