Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/netlogic/common/
Dsmp.c214 uint32_t core0_thr_mask, core_thr_mask; in nlm_parse_cpumask() local
217 core0_thr_mask = 0; in nlm_parse_cpumask()
220 core0_thr_mask |= (1 << i); in nlm_parse_cpumask()
221 switch (core0_thr_mask) { in nlm_parse_cpumask()
244 if (core_thr_mask != 0 && core_thr_mask != core0_thr_mask) in nlm_parse_cpumask()