Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/boot/
H A Dstartup.c182 vmemmap_size = SECTION_ALIGN_UP(pages) * sizeof(struct page); in setup_kernel_memory_layout()
220 pages = SECTION_ALIGN_UP(pages); in setup_kernel_memory_layout()
228 vmemmap_size = SECTION_ALIGN_UP(ident_map_size / PAGE_SIZE) * sizeof(struct page); in setup_kernel_memory_layout()
/openbmc/linux/mm/
H A Dpage_ext.c362 end = SECTION_ALIGN_UP(start_pfn + nr_pages); in online_page_ext()
393 end = SECTION_ALIGN_UP(start_pfn + nr_pages); in offline_page_ext()
H A Dmemory_hotplug.c402 SECTION_ALIGN_UP(pfn + 1) - pfn); in __add_pages()
541 min(end_pfn - pfn, SECTION_ALIGN_UP(pfn + 1) - pfn); in remove_pfn_range_from_zone()
588 SECTION_ALIGN_UP(pfn + 1) - pfn); in __remove_pages()
/openbmc/linux/include/linux/
H A Dmmzone.h1758 #define SECTION_ALIGN_UP(pfn) (((pfn) + PAGES_PER_SECTION - 1) & PAGE_SECTION_MASK) macro