Searched refs:test_hw_topology_t (Results 1 – 7 of 7) sorted by relevance
27 } test_hw_topology_t; typedef31 extern test_hw_topology_t get_hw_topology(void);32 extern void set_hw_topology(test_hw_topology_t hw_topology);35 extern test_hw_topology_t single_core; // 1P36 extern test_hw_topology_t basic_amp; // 2P + 4E37 extern test_hw_topology_t dual_die; // 2E + 4P + 4P + 2E + 4P + 4P40 extern void init_migration_harness(test_hw_topology_t hw_topology);
14 static test_hw_topology_t current_hw_topology = {0};58 set_hw_topology(test_hw_topology_t hw_topology) in set_hw_topology()63 test_hw_topology_t72 test_hw_topology_t topo = get_hw_topology(); in cpu_id_to_cluster_id()88 test_hw_topology_t topo = get_hw_topology(); in cluster_id_to_cpu_id()
21 static test_hw_topology_t curr_hw_topo = {80 test_hw_topology_t single_core = {99 clutch_impl_init_topology(test_hw_topology_t hw_topology) in clutch_impl_init_topology()
123 test_hw_topology_t basic_amp = {160 test_hw_topology_t dual_die = {233 impl_init_migration_harness(test_hw_topology_t hw_topology) in impl_init_migration_harness()
23 extern void clutch_impl_init_topology(test_hw_topology_t hw_topology);
28 extern void impl_init_migration_harness(test_hw_topology_t hw_topology);
13 init_migration_harness(test_hw_topology_t hw_topology) in init_migration_harness()