Lines Matching refs:cpu_topology
515 cpu_topology[cpu].package_id = package_id;
516 cpu_topology[cpu].cluster_id = cluster_id;
517 cpu_topology[cpu].core_id = core_id;
518 cpu_topology[cpu].thread_id = i;
537 cpu_topology[cpu].package_id = package_id;
538 cpu_topology[cpu].cluster_id = cluster_id;
539 cpu_topology[cpu].core_id = core_id;
673 if (cpu_topology[cpu].package_id < 0) {
689 struct cpu_topology cpu_topology[NR_CPUS];
690 EXPORT_SYMBOL_GPL(cpu_topology);
697 if (cpumask_subset(&cpu_topology[cpu].core_sibling, core_mask)) {
699 core_mask = &cpu_topology[cpu].core_sibling;
703 if (cpumask_subset(&cpu_topology[cpu].llc_sibling, core_mask))
704 core_mask = &cpu_topology[cpu].llc_sibling;
713 cpumask_subset(core_mask, &cpu_topology[cpu].cluster_sibling))
714 core_mask = &cpu_topology[cpu].cluster_sibling;
726 &cpu_topology[cpu].cluster_sibling))
729 return &cpu_topology[cpu].cluster_sibling;
734 struct cpu_topology *cpu_topo, *cpuid_topo = &cpu_topology[cpuid];
743 cpu_topo = &cpu_topology[cpu];
774 struct cpu_topology *cpu_topo = &cpu_topology[cpu];
793 struct cpu_topology *cpu_topo = &cpu_topology[cpu];
856 struct cpu_topology *cpuid_topo = &cpu_topology[cpuid];