Lines Matching refs:cpu_topology
22 struct cputopo_parisc cpu_topology[NR_CPUS] __read_mostly; variable
23 EXPORT_SYMBOL_GPL(cpu_topology);
27 return &cpu_topology[cpu].core_sibling; in cpu_coregroup_mask()
32 struct cputopo_parisc *cpu_topo, *cpuid_topo = &cpu_topology[cpuid]; in update_siblings_masks()
37 cpu_topo = &cpu_topology[cpu]; in update_siblings_masks()
65 struct cputopo_parisc *cpuid_topo = &cpu_topology[cpuid]; in store_cpu_topology()
86 cpuid_topo->core_id = cpu_topology[cpu].core_id; in store_cpu_topology()
89 cpuid_topo->socket_id = cpu_topology[cpu].socket_id; in store_cpu_topology()
96 max_socket = max(max_socket, cpu_topology[cpu].socket_id); in store_cpu_topology()
105 cpuid, cpu_topology[cpuid].thread_id, in store_cpu_topology()
106 cpu_topology[cpuid].core_id, in store_cpu_topology()
107 cpu_topology[cpuid].socket_id); in store_cpu_topology()
129 struct cputopo_parisc *cpu_topo = &(cpu_topology[cpu]); in init_cpu_topology()