Home
last modified time | relevance | path

Searched refs:SECTION_ALIGN_UP (Results 1 – 3 of 3) sorted by relevance

/linux/mm/
H A Dmemory_hotplug.c422 SECTION_ALIGN_UP(pfn + 1) - pfn); in __add_pages()
561 min(end_pfn - pfn, SECTION_ALIGN_UP(pfn + 1) - pfn); in remove_pfn_range_from_zone()
608 SECTION_ALIGN_UP(pfn + 1) - pfn); in __remove_pages()
H A Dmm_init.c2149 last_pfn = SECTION_ALIGN_UP(zone_end_pfn(zone)); in deferred_init_memmap()
2187 unsigned long nr_pages_needed = SECTION_ALIGN_UP(1 << order); in deferred_grow_zone()
2216 for (spfn = first_deferred_pfn, epfn = SECTION_ALIGN_UP(spfn + 1); in deferred_grow_zone()
/linux/include/linux/
H A Dmmzone.h1871 #define SECTION_ALIGN_UP(pfn) (((pfn) + PAGES_PER_SECTION - 1) & PAGE_SECTION_MASK) macro