Lines Matching refs:cpu_topology
180 struct cputopo_arm cpu_topology[NR_CPUS]; variable
181 EXPORT_SYMBOL_GPL(cpu_topology);
185 return &cpu_topology[cpu].core_sibling; in cpu_coregroup_mask()
194 return &cpu_topology[cpu].thread_sibling; in cpu_corepower_mask()
199 struct cputopo_arm *cpu_topo, *cpuid_topo = &cpu_topology[cpuid]; in update_siblings_masks()
204 cpu_topo = &cpu_topology[cpu]; in update_siblings_masks()
230 struct cputopo_arm *cpuid_topo = &cpu_topology[cpuid]; in store_cpu_topology()
273 cpuid, cpu_topology[cpuid].thread_id, in store_cpu_topology()
274 cpu_topology[cpuid].core_id, in store_cpu_topology()
275 cpu_topology[cpuid].socket_id, mpidr); in store_cpu_topology()
302 struct cputopo_arm *cpu_topo = &(cpu_topology[cpu]); in init_cpu_topology()