Lines Matching refs:cpuid
620 void update_siblings_masks(unsigned int cpuid) in update_siblings_masks() argument
622 struct cpu_topology *cpu_topo, *cpuid_topo = &cpu_topology[cpuid]; in update_siblings_masks()
631 cpumask_set_cpu(cpuid, &cpu_topo->llc_sibling); in update_siblings_masks()
637 cpumask_set_cpu(cpuid, &cpu_topo->core_sibling); in update_siblings_masks()
643 cpumask_set_cpu(cpuid, &cpu_topo->thread_sibling); in update_siblings_masks()
711 void store_cpu_topology(unsigned int cpuid) in store_cpu_topology() argument
713 struct cpu_topology *cpuid_topo = &cpu_topology[cpuid]; in store_cpu_topology()
719 cpuid_topo->core_id = cpuid; in store_cpu_topology()
720 cpuid_topo->package_id = cpu_to_node(cpuid); in store_cpu_topology()
723 cpuid, cpuid_topo->package_id, cpuid_topo->core_id, in store_cpu_topology()
727 update_siblings_masks(cpuid); in store_cpu_topology()