Lines Matching refs:cpu_topology
61 struct cpu_topology_s390 cpu_topology[NR_CPUS]; variable
62 EXPORT_SYMBOL_GPL(cpu_topology);
134 topo = &cpu_topology[lcpu + i]; in add_cpus_to_mask()
256 topo = &cpu_topology[cpu]; in update_cpu_masks()
272 topo = &cpu_topology[cpu]; in update_cpu_masks()
274 topo_package = &cpu_topology[pkg_first]; in update_cpu_masks()
277 topo_sibling = &cpu_topology[sibling]; in update_cpu_masks()
499 return &cpu_topology[cpu].thread_mask; in cpu_thread_mask()
505 return &cpu_topology[cpu].core_mask; in cpu_coregroup_mask()
510 return &cpu_topology[cpu].book_mask; in cpu_book_mask()
515 return &cpu_topology[cpu].drawer_mask; in cpu_drawer_mask()