Home
last modified time | relevance | path

Searched refs:SECTION_ALIGN_DOWN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/mm/
H A Dpage_ext.c361 start = SECTION_ALIGN_DOWN(start_pfn); in online_page_ext()
392 start = SECTION_ALIGN_DOWN(start_pfn); in offline_page_ext()
/openbmc/linux/include/linux/
H A Dmmzone.h1759 #define SECTION_ALIGN_DOWN(pfn) ((pfn) & PAGE_SECTION_MASK) macro