Lines Matching refs:cpuinfo_x86
105 DEFINE_PER_CPU_READ_MOSTLY(struct cpuinfo_x86, cpu_info);
311 struct cpuinfo_x86 *c = &cpu_data(cpu); in topology_phys_to_logical_pkg()
330 struct cpuinfo_x86 *c = &cpu_data(cpu); in topology_phys_to_logical_die()
390 struct cpuinfo_x86 *c = &cpu_data(id); in smp_store_boot_cpu_info()
405 struct cpuinfo_x86 *c = &cpu_data(id); in smp_store_cpu_info()
420 topology_same_node(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in topology_same_node()
428 topology_sane(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o, const char *name) in topology_sane()
444 static bool match_smt(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_smt()
470 static bool match_die(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_die()
483 static bool match_pkg(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_pkg()
511 static bool match_llc(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_llc()
589 struct cpuinfo_x86 *c = &cpu_data(cpu); in set_cpu_sibling_map()
590 struct cpuinfo_x86 *o; in set_cpu_sibling_map()
1309 struct cpuinfo_x86 *c; in smp_cpu_index_default()
1556 struct cpuinfo_x86 *c = &cpu_data(cpu); in remove_siblinginfo()