Lines Matching refs:tree

9    populate a tree that describes the hierarchy of power domains in the
13 It would be much simpler for the platform to describe its power domain tree
17 tree. It also uses an MPIDR to find a node in the tree. The assumption that
20 levels in the power domain tree to four.
23 mechanism used to populate the power domain topology tree.
25 #. The current arrangement of the power domain tree requires a binary search
27 domain node. During a power management operation, the tree is traversed from
33 Therefore, there is a need to define data structures that implement the tree in
41 Therefore, there is a need to implement the tree in a way which facilitates this
50 Describing a power domain tree
59 where the power domain tree does not have a single root node, for example,
73 The following example power domain topology tree will be used to describe the
74 above text further. The leaf and non-leaf nodes in this tree have been numbered
110 This tree is defined by the platform as the array described above as follows:
127 populate the tree.
165 domain tree descriptor will not describe any core power domains which are
166 disabled or absent. Entries will not be allocated in the tree for these
172 lead to memory wastage since entries will be allocated in the tree but will
179 to represent leaf and non-leaf power domain nodes in the tree.
184 * The following two data structures implement the power domain tree. The tree
186 * described by the platform. The tree consists of nodes that describe CPU power
219 The power domain tree is implemented as a combination of the following data
227 Populating the power domain tree
241 For the example power domain tree illustrated above, the ``psci_cpu_pd_nodes``