Lines Matching full:cpuid
30 static void update_siblings_masks(unsigned int cpuid) in update_siblings_masks() argument
32 struct cputopo_parisc *cpu_topo, *cpuid_topo = &cpu_topology[cpuid]; in update_siblings_masks()
42 cpumask_set_cpu(cpuid, &cpu_topo->core_sibling); in update_siblings_masks()
43 if (cpu != cpuid) in update_siblings_masks()
49 cpumask_set_cpu(cpuid, &cpu_topo->thread_sibling); in update_siblings_masks()
50 if (cpu != cpuid) in update_siblings_masks()
63 void __init store_cpu_topology(unsigned int cpuid) in store_cpu_topology() argument
65 struct cputopo_parisc *cpuid_topo = &cpu_topology[cpuid]; in store_cpu_topology()
78 p = &per_cpu(cpu_data, cpuid); in store_cpu_topology()
82 if (cpu == cpuid) /* ignore current cpu */ in store_cpu_topology()
102 update_siblings_masks(cpuid); in store_cpu_topology()
105 cpuid, cpu_topology[cpuid].thread_id, in store_cpu_topology()
106 cpu_topology[cpuid].core_id, in store_cpu_topology()
107 cpu_topology[cpuid].socket_id); in store_cpu_topology()