Lines Matching refs:node

557  *                           memory node.
559 * @dn: Memory node.
567 int n_mem_addr_cells, n_mem_size_cells, node;
576 pr_err("Buffer (%d) too small for memory node: %pOF\n",
580 pr_debug("Memory node path: %s\n", path);
583 node = fdt_path_offset(fdt, path);
584 if (node < 0) {
626 * No kdump kernel usable memory found in this memory node.
636 ret = fdt_setprop(fdt, node, "linux,usable-memory", um_info->buf,
658 int node, ret = 0;
665 node = fdt_path_offset(fdt, "/ibm,dynamic-reconfiguration-memory");
666 if (node == -FDT_ERR_NOTFOUND)
668 else if (node < 0) {
691 ret = fdt_setprop(fdt, node, "linux,drconf-usable-memory",
701 * Walk through each memory node and set linux,usable-memory property
702 * for the corresponding node in kdump kernel's fdt.
707 pr_err("Failed to set linux,usable-memory property for %s node",
937 * cpu_node_size - Compute the size of a CPU node in the FDT.
940 * Returns the max size of a CPU node in the FDT.
949 * Don't compute it twice, we are assuming that the per CPU node size
962 * We compute the sub node size for a CPU node, assuming it
1023 * add_node_props - Reads node properties from device node structure and add
1026 * @node_offset: offset of the node to add a property at
1027 * @dn: device node pointer
1050 * update_cpus_node - Update cpus node of flattened device tree using of_root
1051 * device node.
1063 pr_err("Malformed device tree: error reading /cpus node: %s\n",
1071 pr_err("Error deleting /cpus node: %s\n", fdt_strerror(ret));
1076 /* Add cpus node to fdt */
1079 pr_err("Error creating /cpus node: %s\n", fdt_strerror(cpus_offset));
1083 /* Add cpus node properties */