Lines Matching refs:end_pfn
397 unsigned long end_pfn; /* Zone end page frame + 1 */ member
556 zone->end_pfn = end; in create_zone_bm_rtree()
757 if (pfn >= zone->start_pfn && pfn < zone->end_pfn) in memory_bm_find_bit()
764 if (pfn >= curr->start_pfn && pfn < curr->end_pfn) { in memory_bm_find_bit()
935 pages = bm->cur.zone->end_pfn - bm->cur.zone->start_pfn; in memory_bm_next_pfn()
958 unsigned long end_pfn; member
997 void __init register_nosave_region(unsigned long start_pfn, unsigned long end_pfn) in register_nosave_region() argument
1001 if (start_pfn >= end_pfn) in register_nosave_region()
1008 if (region->end_pfn == start_pfn) { in register_nosave_region()
1009 region->end_pfn = end_pfn; in register_nosave_region()
1020 region->end_pfn = end_pfn; in register_nosave_region()
1025 ((unsigned long long) end_pfn << PAGE_SHIFT) - 1); in register_nosave_region()
1097 ((unsigned long long) region->end_pfn << PAGE_SHIFT) in mark_nosave_pages()
1100 for (pfn = region->start_pfn; pfn < region->end_pfn; pfn++) in mark_nosave_pages()