Lines Matching refs:node
42 * apicid, cpu, node mappings
121 * __cpuid_to_node maps phyical cpu id to node, so we
138 void __init early_numa_add_cpu(int cpuid, s16 node)
145 cpumask_set_cpu(cpu, &cpus_on_node[node]);
146 cpumask_set_cpu(cpuid, &phys_cpus_on_node[node]);
170 pr_warn("NUMA: Warning: invalid memblk node %d [mem %#010Lx-%#010Lx]\n",
189 * @nid: NUMA node ID of the new memblk
211 pr_err("Cannot find %zu Byte for node_data (initial node: %d)\n", nd_sz, nid);
221 static void __init node_mem_init(unsigned int node)
226 node_addrspace_offset = nid_to_addrbase(node);
228 node, node_addrspace_offset);
230 get_pfn_range_for_nid(node, &start_pfn, &end_pfn);
232 node, start_pfn, end_pfn);
234 alloc_node_data(node);
264 static void __init add_node_intersection(u32 node, u64 start, u64 size, u32 type)
270 node, type, start, size);
273 memblock_set_node(start, size, &memblock.memory, node);
281 * and node's region, and adds them into node's memblock
359 /* We assume that one node per package here!
372 int node;
396 for_each_node_mask(node, node_possible_map) {
397 node_mem_init(node);
398 node_set_online(node);
413 unsigned int node;
416 for_each_online_node(node) {
419 get_pfn_range_for_nid(node, &start_pfn, &end_pfn);