Lines Matching refs:cpu_topology
62 struct cpu_topology_s390 cpu_topology[NR_CPUS]; variable
63 EXPORT_SYMBOL_GPL(cpu_topology);
135 topo = &cpu_topology[lcpu + i]; in add_cpus_to_mask()
257 topo = &cpu_topology[cpu]; in update_cpu_masks()
273 topo = &cpu_topology[cpu]; in update_cpu_masks()
275 topo_package = &cpu_topology[pkg_first]; in update_cpu_masks()
278 topo_sibling = &cpu_topology[sibling]; in update_cpu_masks()
500 return &cpu_topology[cpu].thread_mask; in cpu_thread_mask()
506 return &cpu_topology[cpu].core_mask; in cpu_coregroup_mask()
511 return &cpu_topology[cpu].book_mask; in cpu_book_mask()
516 return &cpu_topology[cpu].drawer_mask; in cpu_drawer_mask()