Lines Matching refs:cpuinfo_x86
323 struct cpuinfo_x86 *c = &cpu_data(id); in smp_store_cpu_info()
338 topology_same_node(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in topology_same_node()
346 topology_sane(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o, const char *name) in topology_sane()
362 static bool match_smt(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_smt()
389 static bool match_die(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_die()
400 static bool match_l2c(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_l2c()
420 static bool match_pkg(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_pkg()
448 static bool match_llc(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_llc()
557 struct cpuinfo_x86 *c = &cpu_data(cpu); in set_cpu_sibling_map()
558 struct cpuinfo_x86 *o; in set_cpu_sibling_map()
1177 struct cpuinfo_x86 *c = &cpu_data(cpu); in remove_siblinginfo()