Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dsmpboot.c653 bool has_mp = has_smt || boot_cpu_data.x86_max_cores > 1;
660 if (!has_mp) { in set_cpu_sibling_map()
679 if ((i == cpu) || (has_mp && match_llc(c, o))) in set_cpu_sibling_map()
682 if ((i == cpu) || (has_mp && match_l2c(c, o))) in set_cpu_sibling_map()
685 if ((i == cpu) || (has_mp && match_die(c, o))) in set_cpu_sibling_map()
703 if ((i == cpu) || (has_mp && match_pkg(c, o))) { in set_cpu_sibling_map()
657 bool has_mp = has_smt || boot_cpu_data.x86_max_cores > 1; set_cpu_sibling_map() local