Lines Matching defs:start_pfn
105 u64 node_id, node_psize, start_pfn, end_pfn, mem_start, mem_size;
119 start_pfn = ((node_id << 44) + mem_start) >> PAGE_SHIFT;
121 end_pfn = start_pfn + node_psize;
125 pr_info(" start_pfn:0x%llx, end_pfn:0x%llx, num_physpages:0x%lx\n",
126 start_pfn, end_pfn, num_physpages);
127 memblock_add_node(PFN_PHYS(start_pfn),
131 start_pfn = ((node_id << 44) + mem_start) >> PAGE_SHIFT;
133 end_pfn = start_pfn + node_psize;
137 pr_info(" start_pfn:0x%llx, end_pfn:0x%llx, num_physpages:0x%lx\n",
138 start_pfn, end_pfn, num_physpages);
139 memblock_add_node(PFN_PHYS(start_pfn),
155 unsigned long start_pfn, end_pfn;
161 get_pfn_range_for_nid(node, &start_pfn, &end_pfn);
162 pr_info("Node%d: start_pfn=0x%lx, end_pfn=0x%lx\n",
163 node, start_pfn, end_pfn);
167 NODE_DATA(node)->node_start_pfn = start_pfn;
168 NODE_DATA(node)->node_spanned_pages = end_pfn - start_pfn;
178 memblock_reserve(start_pfn << PAGE_SHIFT,
179 ((kernel_end_pfn - start_pfn) << PAGE_SHIFT));
187 memblock_reserve(0, PAGE_SIZE * start_pfn);