Searched refs:cpu_topology (Results 1 – 1 of 1) sorted by relevance
309 cpu_topology[cpu].package_id = package_id; in parse_core()310 cpu_topology[cpu].core_id = core_id; in parse_core()311 cpu_topology[cpu].thread_id = i; in parse_core()331 cpu_topology[cpu].package_id = package_id; in parse_core()332 cpu_topology[cpu].core_id = core_id; in parse_core()440 if (cpu_topology[cpu].package_id == -1) in parse_dt_topology()454 struct cpu_topology cpu_topology[NR_CPUS]; variable455 EXPORT_SYMBOL_GPL(cpu_topology);462 if (cpumask_subset(&cpu_topology[cpu].core_sibling, core_mask)) { in cpu_coregroup_mask()464 core_mask = &cpu_topology[cpu].core_sibling; in cpu_coregroup_mask()[all …]