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

/linux-master/arch/x86/kernel/
H A Dsmpboot.c361 static bool match_smt(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) function
405 return match_smt(c, o);
578 if ((i == cpu) || (has_smt && match_smt(c, o)))

Completed in 120 milliseconds