has_smt           575 arch/x86/kernel/smpboot.c 	bool has_smt = smp_num_siblings > 1;
has_smt           576 arch/x86/kernel/smpboot.c 	bool has_mp = has_smt || boot_cpu_data.x86_max_cores > 1;
has_smt           595 arch/x86/kernel/smpboot.c 		if ((i == cpu) || (has_smt && match_smt(c, o)))