Searched refs:SECTION_ALIGN_DOWN (Results 1 – 3 of 3) sorted by relevance
44 #define PFN_SECTION_ALIGN_DOWN(x) SECTION_ALIGN_DOWN(x)
300 start = SECTION_ALIGN_DOWN(start_pfn); in online_page_ext()333 start = SECTION_ALIGN_DOWN(start_pfn); in offline_page_ext()
1099 #define SECTION_ALIGN_DOWN(pfn) ((pfn) & PAGE_SECTION_MASK) macro