Lines Matching defs:start_pfn
65 unsigned long start_pfn = sp_banks[i].base_addr >> PAGE_SHIFT;
71 if (start_pfn < max_low_pfn)
72 start_pfn = max_low_pfn;
74 nr += end_pfn - start_pfn;
134 unsigned long start_pfn, bytes_avail, size;
172 start_pfn = (unsigned long)__pa(PAGE_ALIGN((unsigned long) &_end));
175 start_pfn >>= PAGE_SHIFT;
193 size = (start_pfn << PAGE_SHIFT) - phys_base;
236 static void map_high_region(unsigned long start_pfn, unsigned long end_pfn)
241 printk("mapping high region %08lx - %08lx\n", start_pfn, end_pfn);
244 for (tmp = start_pfn; tmp < end_pfn; tmp++)
284 unsigned long start_pfn = sp_banks[i].base_addr >> PAGE_SHIFT;
290 if (start_pfn < highstart_pfn)
291 start_pfn = highstart_pfn;
293 map_high_region(start_pfn, end_pfn);