Home
last modified time | relevance | path

Searched refs:threads_per_core (Results 1 – 7 of 7) sorted by relevance

/arch/powerpc/include/asm/
Dcputhreads.h11 extern int threads_per_core;
15 #define threads_per_core 1 macro
37 for (i = 0; i < NR_CPUS; i += threads_per_core) { in cpu_thread_mask_to_cores()
62 return cpu & (threads_per_core - 1); in cpu_thread_in_core()
67 return cpu & ~(threads_per_core - 1); in cpu_first_thread_in_core()
/arch/ia64/kernel/
Dsetup.c718 if (c->threads_per_core > 1 || c->cores_per_socket > 1) in show_cpuinfo()
830 c->threads_per_core = c->cores_per_socket = c->num_log = 1; in identify_cpu()
835 if (c->threads_per_core > smp_num_siblings) in identify_cpu()
836 smp_num_siblings = c->threads_per_core; in identify_cpu()
Dsmpboot.c666 if (cpu_data(cpu)->threads_per_core == 1 && in remove_siblinginfo()
828 if (cpu_data(cpu)->threads_per_core == 1 && in __cpu_up()
904 c->threads_per_core = info.overview_tpc; in identify_siblings()
Dtopology.c147 if (cpu_data(cpu)->threads_per_core <= 1 && in cache_shared_cpu_map_setup()
/arch/powerpc/kernel/
Dsetup-common.c361 int threads_per_core, threads_shift; variable
368 threads_per_core = tpc; in cpu_init_thread_core_maps()
Dsmp.c510 for (i = 0; i < threads_per_core; i++) { in start_secondary()
586 for (i = 0; i < threads_per_core; i++) { in __cpu_disable()
/arch/ia64/include/asm/
Dprocessor.h213 __u8 threads_per_core; /* Threads per core */ member