Searched refs:SUBSECTION_ALIGN_DOWN (Results 1 – 2 of 2) sorted by relevance
660 return SUBSECTION_ALIGN_DOWN(base_pfn); in init_altmap_base()668 reserve += base_pfn - SUBSECTION_ALIGN_DOWN(base_pfn); in init_altmap_reserve()
1892 #define SUBSECTION_ALIGN_DOWN(pfn) ((pfn) & PAGE_SUBSECTION_MASK) macro