Searched defs:cpu_topology (Results 1 – 6 of 6) sorted by relevance
36 struct cpu_topology { struct47 extern struct cpu_topology cpu_topology[NR_CPUS]; argument
7 struct cpu_topology { struct28 struct cpu_topology *cpu_topology__new(void); argument
22 struct cputopo_parisc cpu_topology[NR_CPUS] __read_mostly; variable
277 struct cpu_topology { struct278 int physical_package_id;279 int die_id;280 int logical_cpu_id;281 int physical_node_id;282 int logical_node_id; /* 0-based count within the package */283 int physical_core_id;284 int thread_id;285 cpu_set_t *put_ids; /* Processing Unit/Thread IDs */
431 struct cpu_topology cpu_topology[NR_CPUS]; variable
63 struct cpu_topology_s390 cpu_topology[NR_CPUS]; variable