Lines Matching full:topology
18 "%s/devices/system/cpu/cpu%d/topology/package_cpus_list"
20 "%s/devices/system/cpu/cpu%d/topology/core_siblings_list"
22 "%s/devices/system/cpu/cpu%d/topology/die_cpus_list"
24 "%s/devices/system/cpu/cpu%d/topology/core_cpus_list"
26 "%s/devices/system/cpu/cpu%d/topology/thread_siblings_list"
160 bool cpu_topology__smt_on(const struct cpu_topology *topology) in cpu_topology__smt_on() argument
162 for (u32 i = 0; i < topology->core_cpus_lists; i++) { in cpu_topology__smt_on()
163 const char *cpu_list = topology->core_cpus_list[i]; in cpu_topology__smt_on()
175 bool cpu_topology__core_wide(const struct cpu_topology *topology, in cpu_topology__core_wide() argument
189 for (u32 i = 0; i < topology->core_cpus_lists; i++) { in cpu_topology__core_wide()
190 const char *core_cpu_list = topology->core_cpus_list[i]; in cpu_topology__core_wide()