Searched refs:NLM_THREADS_PER_CORE (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/mips/netlogic/common/
H A Dsmp.c124 current_cpu_data.core = hwtid / NLM_THREADS_PER_CORE; nlm_init_secondary()
218 for (i = 0; i < NLM_THREADS_PER_CORE; i++) nlm_parse_cpumask()
239 for (i = 0; i < NR_CPUS; i += NLM_THREADS_PER_CORE) { nlm_parse_cpumask()
241 for (j = 0; j < NLM_THREADS_PER_CORE; j++) nlm_parse_cpumask()
/linux-4.4.14/arch/mips/include/asm/mach-netlogic/
H A Dmulti-node.h50 #define NLM_THREADS_PER_CORE 4 macro
/linux-4.4.14/arch/mips/netlogic/xlr/
H A Dwakeup.c74 if (cpu_ready[i * NLM_THREADS_PER_CORE]) xlr_wakeup_secondary_cpus()
/linux-4.4.14/arch/mips/include/asm/netlogic/
H A Dcommon.h125 return nlm_cores_per_node() * NLM_THREADS_PER_CORE; nlm_threads_per_node()
/linux-4.4.14/arch/mips/netlogic/xlp/
H A Dwakeup.c182 cpu = (n * ncores + core) * NLM_THREADS_PER_CORE; xlp_enable_secondary_cores()

Completed in 70 milliseconds