Searched defs:cpu_topology (Results 1 – 6 of 6) sorted by relevance
7 struct cpu_topology { struct17 extern struct cpu_topology cpu_topology[NR_CPUS]; argument
22 struct cputopo_parisc cpu_topology[NR_CPUS] __read_mostly; variable
189 struct cputopo_arm cpu_topology[NR_CPUS]; variable
213 struct cpu_topology cpu_topology[NR_CPUS]; variable
272 struct cpu_topology { struct273 int physical_package_id;274 int logical_cpu_id;275 int physical_node_id;276 int logical_node_id; /* 0-based count within the package */277 int physical_core_id;278 int thread_id;279 cpu_set_t *put_ids; /* Processing Unit/Thread IDs */
63 struct cpu_topology_s390 cpu_topology[NR_CPUS]; variable