Lines Matching refs:end_pfn
395 unsigned long end_pfn; /* Zone end page frame + 1 */ member
554 zone->end_pfn = end; in create_zone_bm_rtree()
755 if (pfn >= zone->start_pfn && pfn < zone->end_pfn) in memory_bm_find_bit()
762 if (pfn >= curr->start_pfn && pfn < curr->end_pfn) { in memory_bm_find_bit()
933 pages = bm->cur.zone->end_pfn - bm->cur.zone->start_pfn; in memory_bm_next_pfn()
956 unsigned long end_pfn; member
995 void __init register_nosave_region(unsigned long start_pfn, unsigned long end_pfn) in register_nosave_region() argument
999 if (start_pfn >= end_pfn) in register_nosave_region()
1006 if (region->end_pfn == start_pfn) { in register_nosave_region()
1007 region->end_pfn = end_pfn; in register_nosave_region()
1018 region->end_pfn = end_pfn; in register_nosave_region()
1023 ((unsigned long long) end_pfn << PAGE_SHIFT) - 1); in register_nosave_region()
1095 ((unsigned long long) region->end_pfn << PAGE_SHIFT) in mark_nosave_pages()
1098 for (pfn = region->start_pfn; pfn < region->end_pfn; pfn++) in mark_nosave_pages()