Lines Matching refs:cluster_id
48 static int __init parse_core(struct device_node *core, int cluster_id, in parse_core() argument
64 cpu_topology[cpu].cluster_id = cluster_id; in parse_core()
86 cpu_topology[cpu].cluster_id = cluster_id; in parse_core()
102 static int cluster_id __initdata; in parse_cluster()
141 ret = parse_core(c, cluster_id, core_id++); in parse_cluster()
159 cluster_id++; in parse_cluster()
193 if (cpu_topology[cpu].cluster_id == -1) in parse_dt_topology()
223 if (cpuid_topo->cluster_id != cpu_topo->cluster_id) in update_siblings_masks()
244 if (cpuid_topo->cluster_id != -1) in store_cpu_topology()
258 cpuid_topo->cluster_id = MPIDR_AFFINITY_LEVEL(mpidr, 2) | in store_cpu_topology()
264 cpuid_topo->cluster_id = MPIDR_AFFINITY_LEVEL(mpidr, 1) | in store_cpu_topology()
270 cpuid, cpuid_topo->cluster_id, cpuid_topo->core_id, in store_cpu_topology()
286 cpu_topo->cluster_id = -1; in reset_cpu_topology()