Lines Matching refs:cpu_topology
62 struct cpu_topology_s390 cpu_topology[NR_CPUS]; variable
63 EXPORT_SYMBOL_GPL(cpu_topology);
130 topo = &cpu_topology[lcpu + i]; in add_cpus_to_mask()
252 topo = &cpu_topology[cpu]; in update_cpu_masks()
268 topo = &cpu_topology[cpu]; in update_cpu_masks()
270 topo_package = &cpu_topology[pkg_first]; in update_cpu_masks()
273 topo_sibling = &cpu_topology[sibling]; in update_cpu_masks()
495 return &cpu_topology[cpu].thread_mask; in cpu_thread_mask()
501 return &cpu_topology[cpu].core_mask; in cpu_coregroup_mask()
506 return &cpu_topology[cpu].book_mask; in cpu_book_mask()
511 return &cpu_topology[cpu].drawer_mask; in cpu_drawer_mask()