Searched defs:cpu_topology (Results 1 – 6 of 6) sorted by relevance
70 struct cpu_topology { struct82 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;
75 struct cpu_topology { struct76 short cpu;77 short core_id;78 short pkg_id;79 short die_id;
747 struct cpu_topology cpu_topology[NR_CPUS]; variable
2018 struct cpu_topology { struct2019 int physical_package_id;2020 int die_id;2021 int logical_cpu_id;2022 int physical_node_id;2023 int logical_node_id; /* 0-based count within the package */2024 int physical_core_id;2025 int thread_id;2026 int type;2027 cpu_set_t *put_ids; /* Processing Unit/Thread IDs */
65 struct cpu_topology_s390 cpu_topology[NR_CPUS]; variable