Lines Matching refs:cpu_topology

557 			cpu_topology[cpu].package_id = package_id;  in parse_core()
558 cpu_topology[cpu].cluster_id = cluster_id; in parse_core()
559 cpu_topology[cpu].core_id = core_id; in parse_core()
560 cpu_topology[cpu].thread_id = i; in parse_core()
576 cpu_topology[cpu].package_id = package_id; in parse_core()
577 cpu_topology[cpu].cluster_id = cluster_id; in parse_core()
578 cpu_topology[cpu].core_id = core_id; in parse_core()
716 if (cpu_topology[cpu].package_id < 0) { in parse_dt_topology()
727 struct cpu_topology cpu_topology[NR_CPUS]; variable
728 EXPORT_SYMBOL_GPL(cpu_topology);
735 if (cpumask_subset(&cpu_topology[cpu].core_sibling, core_mask)) { in cpu_coregroup_mask()
737 core_mask = &cpu_topology[cpu].core_sibling; in cpu_coregroup_mask()
741 if (cpumask_subset(&cpu_topology[cpu].llc_sibling, core_mask)) in cpu_coregroup_mask()
742 core_mask = &cpu_topology[cpu].llc_sibling; in cpu_coregroup_mask()
751 cpumask_subset(core_mask, &cpu_topology[cpu].cluster_sibling)) in cpu_coregroup_mask()
752 core_mask = &cpu_topology[cpu].cluster_sibling; in cpu_coregroup_mask()
764 &cpu_topology[cpu].cluster_sibling)) in cpu_clustergroup_mask()
767 return &cpu_topology[cpu].cluster_sibling; in cpu_clustergroup_mask()
772 struct cpu_topology *cpu_topo, *cpuid_topo = &cpu_topology[cpuid]; in update_siblings_masks()
781 cpu_topo = &cpu_topology[cpu]; in update_siblings_masks()
812 struct cpu_topology *cpu_topo = &cpu_topology[cpu]; in clear_cpu_topology()
831 struct cpu_topology *cpu_topo = &cpu_topology[cpu]; in reset_cpu_topology()
894 struct cpu_topology *cpuid_topo = &cpu_topology[cpuid]; in store_cpu_topology()