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

/linux-master/arch/x86/kernel/
H A Dsmpboot.c555 bool has_mp = has_smt || topology_num_cores_per_package() > 1; local
562 if (!has_mp) {
581 if ((i == cpu) || (has_mp && match_llc(c, o)))
584 if ((i == cpu) || (has_mp && match_l2c(c, o)))
587 if ((i == cpu) || (has_mp && match_die(c, o)))
605 if ((i == cpu) || (has_mp && match_pkg(c, o))) {

Completed in 186 milliseconds