Lines Matching refs:nodes
26 over the sibling nodes at a particular level to find a specified power
74 above text further. The leaf and non-leaf nodes in this tree have been numbered
140 such that, if the core nodes are numbered from left to right, then the index
143 relationship allows the core nodes to be allocated in a separate array
170 in the power domain descriptor, that is, the number of core nodes described
179 to represent leaf and non-leaf power domain nodes in the tree.
185 * is used to track the state of all the nodes i.e. power domain instances
186 * described by the platform. The tree consists of nodes that describe CPU power
187 * domains i.e. leaf nodes and all other power domains which are parents of a
188 * CPU power domain i.e. non-leaf nodes.
232 populate the two arrays. It is essentially a breadth-first-search. The nodes for
238 psci_non_cpu_pd_nodes -> [[Level 3 nodes][Level 2 nodes][Level 1 nodes]]
239 psci_cpu_pd_nodes -> [Level 0 nodes]
300 domain nodes do not need to be identified.