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