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

/linux-master/arch/x86/kernel/
H A Dsmpboot.c419 static bool match_pkg(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) function
466 if (match_pkg(c, o) && !topology_same_node(c, o) && intel_snc)
575 if (match_pkg(c, o) && !topology_same_node(c, o))
605 if ((i == cpu) || (has_mp && match_pkg(c, o))) {

Completed in 110 milliseconds