Lines Matching refs:cpuinfo_x86
97 DEFINE_PER_CPU_READ_MOSTLY(struct cpuinfo_x86, cpu_info);
257 struct cpuinfo_x86 *c = &cpu_data(id); in smp_store_boot_cpu_info()
269 struct cpuinfo_x86 *c = &cpu_data(id); in smp_store_cpu_info()
281 topology_same_node(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in topology_same_node()
289 topology_sane(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o, const char *name) in topology_sane()
305 static bool match_smt(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_smt()
323 static bool match_llc(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_llc()
339 static bool match_die(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_die()
376 struct cpuinfo_x86 *c = &cpu_data(cpu); in set_cpu_sibling_map()
377 struct cpuinfo_x86 *o; in set_cpu_sibling_map()
1151 struct cpuinfo_x86 *c; in smp_cpu_index_default()
1336 struct cpuinfo_x86 *c = &cpu_data(cpu); in remove_siblinginfo()