Searched refs:SECTION_ALIGN_UP (Results 1 – 5 of 5) sorted by relevance
45 #define PFN_SECTION_ALIGN_UP(x) SECTION_ALIGN_UP(x)
301 end = SECTION_ALIGN_UP(start_pfn + nr_pages); in online_page_ext()334 end = SECTION_ALIGN_UP(start_pfn + nr_pages); in offline_page_ext()
1284 for (pfn = start_pfn, sec_end_pfn = SECTION_ALIGN_UP(start_pfn + 1); in test_pages_in_a_zone()
1098 #define SECTION_ALIGN_UP(pfn) (((pfn) + PAGES_PER_SECTION - 1) & PAGE_SECTION_MASK) macro
487 tmp = SECTION_ALIGN_UP(tmp); in setup_memory_end()