Lines Matching refs:cluster
50 of cores (a cluster) which share some state on which power management
96 count of the number of cores that have requested the cluster to remain powered.
306 affinity level as 1, resulting in PSCI power control up to the cluster
363 to perform this conversion, using the assumption that each cluster contains a
430 ``MPIDR`` (specified by the second argument). For example, on a dual-cluster
431 system where first cluster implements two cores and the second cluster
433 to the first cluster (``0x0``) and affinity level 0, would return 2. A call
434 to this function with an ``MPIDR`` corresponding to the second cluster (``0x100``)
455 example, consider a platform that implements a single cluster with four cores and
456 another core implemented directly on the interconnect with the cluster. The
457 ``MPIDR``\ s of the cluster would range from ``0x0-0x3``. The ``MPIDR`` of the single
458 core is 0x100 to indicate that it does not belong to cluster 0. Cluster 1
497 example, while powering on a core, the cluster that contains this core might
514 the calling core is the last powered on core in the cluster, after powering down
516 level 1 (the cluster) as well. The generic code expects the handler to succeed.
530 last powered on core in the cluster, after powering down affinity level 0
531 (the core), the platform port should power down affinity level 1 (the cluster)