Lines Matching refs:cpuid_topo
196 struct cpu_topology *cpuid_topo = &cpu_topology[cpuid]; in store_cpu_topology() local
200 if (cpuid_topo->core_id != -1) in store_cpu_topology()
214 cpuid_topo->thread_id = MPIDR_AFFINITY_LEVEL(mpidr, 0); in store_cpu_topology()
215 cpuid_topo->core_id = MPIDR_AFFINITY_LEVEL(mpidr, 1); in store_cpu_topology()
216 cpuid_topo->package_id = MPIDR_AFFINITY_LEVEL(mpidr, 2); in store_cpu_topology()
219 cpuid_topo->thread_id = -1; in store_cpu_topology()
220 cpuid_topo->core_id = MPIDR_AFFINITY_LEVEL(mpidr, 0); in store_cpu_topology()
221 cpuid_topo->package_id = MPIDR_AFFINITY_LEVEL(mpidr, 1); in store_cpu_topology()
229 cpuid_topo->thread_id = -1; in store_cpu_topology()
230 cpuid_topo->core_id = 0; in store_cpu_topology()
231 cpuid_topo->package_id = -1; in store_cpu_topology()