Home
last modified time | relevance | path

Searched refs:smt_enabled_at_boot (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/arch/powerpc/platforms/powernv/
Dsmp.c55 if (!smt_enabled_at_boot && cpu_thread_in_core(nr) != 0) in pnv_smp_cpu_bootable()
57 if (smt_enabled_at_boot in pnv_smp_cpu_bootable()
58 && cpu_thread_in_core(nr) >= smt_enabled_at_boot) in pnv_smp_cpu_bootable()
/linux-3.4.99/arch/powerpc/kernel/
Dsetup_64.c112 smt_enabled_at_boot = threads_per_core; in check_smt_enabled()
117 smt_enabled_at_boot = threads_per_core; in check_smt_enabled()
119 smt_enabled_at_boot = 0; in check_smt_enabled()
126 smt_enabled_at_boot = in check_smt_enabled()
137 smt_enabled_at_boot = threads_per_core; in check_smt_enabled()
139 smt_enabled_at_boot = 0; in check_smt_enabled()
Dsmp.c97 int smt_enabled_at_boot = 1; variable
/linux-3.4.99/arch/powerpc/platforms/pseries/
Dsmp.c190 if (!smt_enabled_at_boot && cpu_thread_in_core(nr) != 0) in smp_pSeries_cpu_bootable()
192 if (smt_enabled_at_boot in smp_pSeries_cpu_bootable()
193 && cpu_thread_in_core(nr) >= smt_enabled_at_boot) in smp_pSeries_cpu_bootable()
/linux-3.4.99/arch/powerpc/platforms/cell/
Dsmp.c147 !smt_enabled_at_boot && cpu_thread_in_core(nr) != 0) in smp_cell_cpu_bootable()
/linux-3.4.99/arch/powerpc/include/asm/
Dsmp.h169 extern int smt_enabled_at_boot;