Lines Matching full:node
11 that comprise what is commonly known as a NUMA node.
12 Processor accesses to memory within the local NUMA node is generally faster
13 than processor accesses to memory outside of the local NUMA node.
14 DT defines interfaces that allow the platform to convey NUMA node
18 2 - numa-node-id
21 For the purpose of identification, each NUMA node is associated with a unique
22 token known as a node id. For the purpose of this binding
23 a node id is a 32-bit integer.
25 A device node is associated with a NUMA node by the presence of a
26 numa-node-id property which contains the node id of the device.
29 /* numa node 0 */
30 numa-node-id = <0>;
32 /* numa node 1 */
33 numa-node-id = <1>;
39 The optional device tree node distance-map describes the relative
47 It is represented as a list of node pairs and their relative distance.
50 1. Each entry represents distance from first node to second node.
52 2. The distance from a node to self (local distance) is represented
57 4. There must be only one device node distance-map which must
58 reside in the root node.
59 5. If the distance-map node is not present, a default
115 /* node 0 */
116 numa-node-id = <0>;
122 /* node 1 */
123 numa-node-id = <1>;
135 /* node 0 */
136 numa-node-id = <0>;
143 numa-node-id = <0>;
150 numa-node-id = <0>;
157 numa-node-id = <0>;
164 numa-node-id = <0>;
171 numa-node-id = <0>;
178 numa-node-id = <0>;
185 numa-node-id = <0>;
192 /* node 1 */
193 numa-node-id = <1>;
200 numa-node-id = <1>;
207 numa-node-id = <1>;
214 numa-node-id = <1>;
221 numa-node-id = <1>;
228 numa-node-id = <1>;
235 numa-node-id = <1>;
242 numa-node-id = <1>;
254 /* node 0 */
255 numa-node-id = <0>;
266 /* node 1 */
267 numa-node-id = <1>;