Searched refs:SECTION_ALIGN_UP (Results 1 – 4 of 4) sorted by relevance
300 end = SECTION_ALIGN_UP(start_pfn + nr_pages); in online_page_ext()330 end = SECTION_ALIGN_UP(start_pfn + nr_pages); in offline_page_ext()
344 SECTION_ALIGN_UP(pfn + 1) - pfn); in __add_pages()485 min(end_pfn - pfn, SECTION_ALIGN_UP(pfn + 1) - pfn); in remove_pfn_range_from_zone()549 SECTION_ALIGN_UP(pfn + 1) - pfn); in __remove_pages()1200 for (pfn = start_pfn, sec_end_pfn = SECTION_ALIGN_UP(start_pfn + 1); in test_pages_in_a_zone()
585 tmp = SECTION_ALIGN_UP(tmp); in setup_memory_end()596 vmemmap_size = SECTION_ALIGN_UP(memory_end / PAGE_SIZE) * sizeof(struct page); in setup_memory_end()
1220 #define SECTION_ALIGN_UP(pfn) (((pfn) + PAGES_PER_SECTION - 1) & PAGE_SECTION_MASK) macro