Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/netlogic/common/
Dsmp.c196 int threadmode, i; in nlm_parse_cpumask() local
202 threadmode = 0; in nlm_parse_cpumask()
206 threadmode = 2; in nlm_parse_cpumask()
210 threadmode = 3; in nlm_parse_cpumask()
228 return threadmode; in nlm_parse_cpumask()
239 int threadmode; in nlm_wakeup_secondary_cpus() local
247 threadmode = nlm_parse_cpumask(wakeup_mask); in nlm_wakeup_secondary_cpus()
251 *(int *)(reset_data + BOOT_THREAD_MODE) = threadmode; in nlm_wakeup_secondary_cpus()