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 { struct77 short cpu;78 short core_id;79 short pkg_id;80 short die_id;
695 struct cpu_topology cpu_topology[NR_CPUS]; variable
2036 struct cpu_topology { struct2037 int physical_package_id;2038 int die_id;2039 int logical_cpu_id;2040 int physical_node_id;2041 int logical_node_id; /* 0-based count within the package */2042 int physical_core_id;2043 int thread_id;2044 int type;2045 cpu_set_t *put_ids; /* Processing Unit/Thread IDs */