Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dpage_ext.c283 end = SECTION_ALIGN_UP(start_pfn + nr_pages); in online_page_ext()
316 end = SECTION_ALIGN_UP(start_pfn + nr_pages); in offline_page_ext()
/linux-4.1.27/drivers/xen/
Dballoon.c228 hotplug_start_paddr = PFN_PHYS(SECTION_ALIGN_UP(max_pfn)); in reserve_additional_memory()
/linux-4.1.27/arch/s390/kernel/
Dsetup.c458 tmp = SECTION_ALIGN_UP(tmp); in setup_memory_end()
/linux-4.1.27/include/linux/
Dmmzone.h1077 #define SECTION_ALIGN_UP(pfn) (((pfn) + PAGES_PER_SECTION - 1) & PAGE_SECTION_MASK) macro