Searched refs:topology_sane (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/kernel/ |
H A D | smpboot.c | 459 topology_sane(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o, const char *name) in topology_sane() function 484 return topology_sane(c, o, "smt"); in match_smt() 489 return topology_sane(c, o, "smt"); in match_smt() 495 return topology_sane(c, o, "smt"); in match_smt() 521 return topology_sane(c, o, "l2c"); in match_l2c() 579 return topology_sane(c, o, "llc"); in match_llc()
|