Lines Matching refs:node
36 If not stated otherwise, whenever a reference to a cpu node phandle is made its
37 value must point to a cpu node compliant with the cpu node bindings as
43 2 - cpu-map node
46 The ARM CPU topology is defined within the cpu-map node, which is a direct
47 child of the cpus node and provides a container where the actual topology
50 - cpu-map node
55 cpu-map node.
57 Description: The cpu-map node is just a container node where its
62 The cpu-map node's parent node must be the cpus node.
64 The cpu-map node's child nodes can be:
70 The cpu-map node can only contain three types of child nodes:
72 - cluster node
73 - core node
74 - thread node
79 be defined within the cpu-map node and every core/thread in the system
87 cpu-map child nodes must follow a naming convention where the node name
88 must be "clusterN", "coreN", "threadN" depending on the node type (ie
89 cluster/core/thread) (where N = {0, 1, ...} is the node number; nodes which
90 are siblings within a single common parent node must be given a unique and
92 cpu-map child nodes which do not share a common parent node can have the same
97 3 - cluster/core/thread node bindings
102 - cluster node
104 Description: must be declared within a cpu-map node, one node
109 The cluster node name must be "clusterN" as described in 2.1 above.
110 A cluster node can not be a leaf node.
112 A cluster node's child nodes must be:
119 - core node
121 Description: must be declared in a cluster node, one node per core in
126 The core node name must be "coreN" as described in 2.1 above.
128 A core node must be a leaf node if SMT is not supported.
135 Definition: a phandle to the cpu node that corresponds to the
136 core node.
138 If a core node is not a leaf node (CPUs supporting SMT) a core node's
145 - thread node
147 Description: must be declared in a core node, one node per thread
151 The thread node name must be "threadN" as described in 2.1 above.
153 A thread node must be a leaf node.
155 A thread node must contain the following property:
160 Definition: a phandle to the cpu node that corresponds to
161 the thread node.