Searched refs:SUBSECTION_SIZE (Results 1 – 4 of 4) sorted by relevance
115 return SUBSECTION_SIZE; in memremap_compat_align()116 return max(SUBSECTION_SIZE, 1UL << shift); in memremap_compat_align()
1139 if (!IS_ALIGNED(start, SUBSECTION_SIZE) || in add_memory_subsection()1140 !IS_ALIGNED(size, SUBSECTION_SIZE)) { in add_memory_subsection()1847 if (!IS_ALIGNED(start, SUBSECTION_SIZE) || in remove_memory_subsection()1848 !IS_ALIGNED(size, SUBSECTION_SIZE)) { in remove_memory_subsection()
35 return SUBSECTION_SIZE; in memremap_compat_align()
1202 #define SUBSECTION_SIZE (1UL << SUBSECTION_SHIFT) macro