Searched defs:cpu_topology (Results 1 – 7 of 7) sorted by relevance
49 struct cpu_topology { struct60 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
386 struct cpu_topology { struct387 int physical_package_id;388 int die_id;389 int logical_cpu_id;390 int physical_node_id;391 int logical_node_id; /* 0-based count within the package */392 int physical_core_id;393 int thread_id;394 cpu_set_t *put_ids; /* Processing Unit/Thread IDs */
68 struct cpu_topology { struct69 short cpu;70 short core_id;71 short pkg_id;72 short die_id;
489 struct cpu_topology cpu_topology[NR_CPUS]; variable
62 struct cpu_topology_s390 cpu_topology[NR_CPUS]; variable