Lines Matching refs:IS_ALIGNED
278 if (!IS_ALIGNED(pfn, min_align) in check_pfn_span()
279 || !IS_ALIGNED(nr_pages, min_align)) { in check_pfn_span()
790 !IS_ALIGNED(pfn | nr_pages, PAGES_PER_SECTION))) in online_pages()
998 if (!size || !IS_ALIGNED(start, memory_block_size_bytes()) || in check_hotplug_memory_range()
999 !IS_ALIGNED(size, memory_block_size_bytes())) { in check_hotplug_memory_range()
1139 if (!IS_ALIGNED(start, SUBSECTION_SIZE) || in add_memory_subsection()
1140 !IS_ALIGNED(size, SUBSECTION_SIZE)) { in add_memory_subsection()
1514 !IS_ALIGNED(start_pfn | nr_pages, PAGES_PER_SECTION))) in offline_pages()
1847 if (!IS_ALIGNED(start, SUBSECTION_SIZE) || in remove_memory_subsection()
1848 !IS_ALIGNED(size, SUBSECTION_SIZE)) { in remove_memory_subsection()
1879 if (!IS_ALIGNED(start, memory_block_size_bytes()) || in offline_and_remove_memory()