Lines Matching defs:node

112 	phandle node = prom_finddevice("/memory");
113 int prop_size = prom_getproplen(node, property);
124 ret = prom_getproperty(node, property, (char *) regs, prop_size);
585 int n, node, ents, first, last, i;
587 node = prom_finddevice("/virtual-memory");
588 n = prom_getproplen(node, "translations");
598 if ((n = prom_getproperty(node, "translations",
909 u64 node;
964 WARN_ONCE(1, "addr[%Lx] doesn't match a NUMA node rule. Some memory will be owned by node 0.",
1209 numadbg("Setting memblock NUMA node nid[%d] "
1226 u64 node;
1228 mdesc_for_each_node_by_name(md, node, "memory-latency-group")
1242 mdesc_for_each_node_by_name(md, node, "memory-latency-group") {
1246 m->node = node;
1248 val = mdesc_get_property(md, node, "latency", NULL);
1250 val = mdesc_get_property(md, node, "address-match", NULL);
1252 val = mdesc_get_property(md, node, "address-mask", NULL);
1255 numadbg("MLGROUP[%d]: node[%llx] latency[%llx] "
1257 count - 1, m->node, m->latency, m->match, m->mask);
1267 u64 node;
1269 mdesc_for_each_node_by_name(md, node, "mblock")
1283 mdesc_for_each_node_by_name(md, node, "mblock") {
1287 val = mdesc_get_property(md, node, "base", NULL);
1289 val = mdesc_get_property(md, node, "size", NULL);
1291 val = mdesc_get_property(md, node,
1329 static struct mdesc_mlgroup * __init find_mlgroup(u64 node)
1335 if (m->node == node)
1448 u64 node;
1450 node = mdesc_node_by_name(md, MDESC_NODE_NULL, "latency-groups");
1451 if (node == MDESC_NODE_NULL) {
1465 mdesc_for_each_node_by_name(md, node, "group") {
1466 err = numa_parse_mdesc_group(md, node, count);
1473 mdesc_for_each_node_by_name(md, node, "group") {
1474 find_numa_latencies_for_group(md, node, count);
1506 /* NUMA node id is encoded in bits 36 and higher, and there is
1507 * a 1-to-1 mapping from CPU ID to NUMA node ID.
1604 /* Dump memblock with node info. */
2582 int node, struct vmem_altmap *altmap)
2598 pgd_t *pgd = vmemmap_pgd_populate(vstart, node);
2607 p4d = vmemmap_p4d_populate(pgd, vstart, node);
2611 pud = vmemmap_pud_populate(p4d, vstart, node);
2618 void *block = vmemmap_alloc_block(PMD_SIZE, node);