Lines Matching defs:cluster
81 * Top level structure to hold the complete context of a multi cluster system
84 struct cluster_context cluster[PLATFORM_CLUSTER_COUNT];
96 return &system->cluster[clusterid];
99 static inline struct core_context *cluster_core(struct cluster_context *cluster,
102 return &cluster->core[cpuid];
116 struct cluster_context *cluster;
119 cluster = get_cluster_data(mpidr);
122 return cluster_core(cluster, cpuid);
200 * will be replayed on the inbound cluster.
282 * allows the platform to decide whether the cluster is being turned off and
303 /* Disable coherency if this cluster is to be turned off */
313 * arg. allows the platform to decide whether the cluster is being turned off
347 /* Perform the common cluster specific operations */
349 /* Disable coherency if this cluster is to be turned off */
366 * instance. The 'state' arg. allows the platform to decide whether the cluster
417 /* Perform the common cluster specific operations */
419 /* Enable coherency if this cluster was off */