Lines Matching refs:cpu_topology
345 cpu_topology[cpu].package_id = package_id; in parse_core()
346 cpu_topology[cpu].core_id = core_id; in parse_core()
347 cpu_topology[cpu].thread_id = i; in parse_core()
366 cpu_topology[cpu].package_id = package_id; in parse_core()
367 cpu_topology[cpu].core_id = core_id; in parse_core()
475 if (cpu_topology[cpu].package_id == -1) in parse_dt_topology()
489 struct cpu_topology cpu_topology[NR_CPUS]; variable
490 EXPORT_SYMBOL_GPL(cpu_topology);
497 if (cpumask_subset(&cpu_topology[cpu].core_sibling, core_mask)) { in cpu_coregroup_mask()
499 core_mask = &cpu_topology[cpu].core_sibling; in cpu_coregroup_mask()
501 if (cpu_topology[cpu].llc_id != -1) { in cpu_coregroup_mask()
502 if (cpumask_subset(&cpu_topology[cpu].llc_sibling, core_mask)) in cpu_coregroup_mask()
503 core_mask = &cpu_topology[cpu].llc_sibling; in cpu_coregroup_mask()
511 struct cpu_topology *cpu_topo, *cpuid_topo = &cpu_topology[cpuid]; in update_siblings_masks()
516 cpu_topo = &cpu_topology[cpu]; in update_siblings_masks()
539 struct cpu_topology *cpu_topo = &cpu_topology[cpu]; in clear_cpu_topology()
555 struct cpu_topology *cpu_topo = &cpu_topology[cpu]; in reset_cpu_topology()
602 struct cpu_topology *cpuid_topo = &cpu_topology[cpuid]; in store_cpu_topology()