Searched refs:clusters (Results 1 – 11 of 11) sorted by relevance
36 mcpm_sync.clusters[cluster].cpus[cpu].cpu = CPU_GOING_DOWN; in __mcpm_cpu_going_down()37 sync_cache_w(&mcpm_sync.clusters[cluster].cpus[cpu].cpu); in __mcpm_cpu_going_down()50 mcpm_sync.clusters[cluster].cpus[cpu].cpu = CPU_DOWN; in __mcpm_cpu_down()51 sync_cache_w(&mcpm_sync.clusters[cluster].cpus[cpu].cpu); in __mcpm_cpu_down()66 mcpm_sync.clusters[cluster].cluster = state; in __mcpm_outbound_leave_critical()67 sync_cache_w(&mcpm_sync.clusters[cluster].cluster); in __mcpm_outbound_leave_critical()137 sync_cache_r(&mcpm_sync.clusters[cluster].cluster); in __mcpm_cluster_state()138 return mcpm_sync.clusters[cluster].cluster; in __mcpm_cluster_state()436 mcpm_sync.clusters[i].cluster = CLUSTER_DOWN; in mcpm_sync_init()439 mcpm_sync.clusters[i].cpus[j].cpu = CPU_DOWN; in mcpm_sync_init()[all …]
298 struct mcpm_sync_struct clusters[MAX_NR_CLUSTERS]; member
43 /* We have 1 clusters with 2 Cortex-A35 cores */
61 /* We have 1 clusters with 4 Cortex-A35 cores */
29 /* We have 2 clusters having 4 Cortex-A53 cores each */
28 // 8 clusters having 2 Cortex-A72 cores each
306 /* An invisible combo funnel between clusters and top funnel */
996 to 2 clusters by default.997 Platforms with 3 or 4 clusters that use MCPM must select this998 option to allow the additional clusters to be managed.
181 * consisting of two clusters of four ARM Cortex-A53s each. The
1519 making when dealing with machines that have clusters of CPUs.
1040 making when dealing with machines that have clusters of CPUs.
Completed in 32 milliseconds