Searched defs:cpu_topology (Results 1 – 5 of 5) sorted by relevance
62 struct cpu_topology { struct74 extern struct cpu_topology cpu_topology[NR_CPUS]; argument
7 struct cpu_topology { struct9 u32 package_cpus_lists;11 u32 die_cpus_lists;13 u32 core_cpus_lists;20 const char **package_cpus_list;27 const char **die_cpus_list;34 const char **core_cpus_list;
76 struct cpu_topology { struct 77 cpucpu_topology global() argument 78 core_idcpu_topology global() argument 79 pkg_idcpu_topology global() argument 80 die_idcpu_topology global() argument
2386 struct cpu_topology { struct2387 int cpu_id;2388 int core_id; /* unique within a package */2389 int module_id;2390 int package_id;2391 int die_id;2392 int l3_id;2393 int physical_node_id;2394 int logical_node_id; /* 0-based count within the package */2395 int ht_id; /* unique within a core */[all …]
702 struct cpu_topology cpu_topology[NR_CPUS]; variable