Home
last modified time | relevance | path

Searched refs:SUBSECTION_SIZE (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dioremap.c115 return SUBSECTION_SIZE; in memremap_compat_align()
116 return max(SUBSECTION_SIZE, 1UL << shift); in memremap_compat_align()
/OK3568_Linux_fs/kernel/mm/
H A Dmemory_hotplug.c1139 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()
H A Dmemremap.c35 return SUBSECTION_SIZE; in memremap_compat_align()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmmzone.h1202 #define SUBSECTION_SIZE (1UL << SUBSECTION_SHIFT) macro