Lines Matching refs:cpu_topology
64 cpu_topology[cpu].cluster_id = cluster_id; in parse_core()
65 cpu_topology[cpu].core_id = core_id; in parse_core()
66 cpu_topology[cpu].thread_id = i; in parse_core()
86 cpu_topology[cpu].cluster_id = cluster_id; in parse_core()
87 cpu_topology[cpu].core_id = core_id; in parse_core()
193 if (cpu_topology[cpu].cluster_id == -1) in parse_dt_topology()
206 struct cpu_topology cpu_topology[NR_CPUS]; variable
207 EXPORT_SYMBOL_GPL(cpu_topology);
211 return &cpu_topology[cpu].core_sibling; in cpu_coregroup_mask()
216 struct cpu_topology *cpu_topo, *cpuid_topo = &cpu_topology[cpuid]; in update_siblings_masks()
221 cpu_topo = &cpu_topology[cpu]; in update_siblings_masks()
241 struct cpu_topology *cpuid_topo = &cpu_topology[cpuid]; in store_cpu_topology()
282 struct cpu_topology *cpu_topo = &cpu_topology[cpu]; in reset_cpu_topology()