Searched refs:clusters (Results 1 – 4 of 4) sorted by relevance
38 mcpm_sync.clusters[cluster].cpus[cpu].cpu = CPU_GOING_DOWN; in __mcpm_cpu_going_down()39 sync_cache_w(&mcpm_sync.clusters[cluster].cpus[cpu].cpu); in __mcpm_cpu_going_down()52 mcpm_sync.clusters[cluster].cpus[cpu].cpu = CPU_DOWN; in __mcpm_cpu_down()53 sync_cache_w(&mcpm_sync.clusters[cluster].cpus[cpu].cpu); in __mcpm_cpu_down()68 mcpm_sync.clusters[cluster].cluster = state; in __mcpm_outbound_leave_critical()69 sync_cache_w(&mcpm_sync.clusters[cluster].cluster); in __mcpm_outbound_leave_critical()87 struct mcpm_sync_struct *c = &mcpm_sync.clusters[cluster]; in __mcpm_outbound_enter_critical()139 sync_cache_r(&mcpm_sync.clusters[cluster].cluster); in __mcpm_cluster_state()140 return mcpm_sync.clusters[cluster].cluster; in __mcpm_cluster_state()437 mcpm_sync.clusters[i].cluster = CLUSTER_DOWN; in mcpm_sync_init()[all …]
301 struct mcpm_sync_struct clusters[MAX_NR_CLUSTERS]; member
63 /* We have 2 clusters having 4 Cortex-A53 cores each */
1383 to 2 clusters by default.1384 Platforms with 3 or 4 clusters that use MCPM must select this1385 option to allow the additional clusters to be managed.