Lines Matching refs:end_pfn
195 unsigned long start_pfn, end_pfn; in allocate_pgdat() local
200 get_pfn_range_for_nid(nid, &start_pfn, &end_pfn); in allocate_pgdat()
204 SMP_CACHE_BYTES, end_pfn << PAGE_SHIFT); in allocate_pgdat()
219 NODE_DATA(nid)->node_spanned_pages = end_pfn - start_pfn; in allocate_pgdat()
225 unsigned long end_pfn; in bootmem_init_one_node() local
234 end_pfn = pgdat_end_pfn(p); in bootmem_init_one_node()
242 init_bootmem_node(p, paddr >> PAGE_SHIFT, p->node_start_pfn, end_pfn); in bootmem_init_one_node()
244 free_bootmem_with_active_regions(nid, end_pfn); in bootmem_init_one_node()
270 unsigned long start_pfn, end_pfn; in do_init_bootmem() local
272 end_pfn = memblock_region_memory_end_pfn(reg); in do_init_bootmem()
273 __add_active_range(0, start_pfn, end_pfn); in do_init_bootmem()