Lines Matching refs:IS_ALIGNED
887 if (likely(IS_ALIGNED(end, PMD_SIZE))) in vmemmap_use_sub_pmd()
916 if (!IS_ALIGNED(start, PMD_SIZE)) in vmemmap_use_new_sub_pmd()
925 if (!IS_ALIGNED(end, PMD_SIZE)) in vmemmap_use_new_sub_pmd()
1117 if (IS_ALIGNED(addr, PMD_SIZE) && in remove_pmd_table()
1118 IS_ALIGNED(next, PMD_SIZE)) { in remove_pmd_table()
1166 IS_ALIGNED(addr, PUD_SIZE) && in remove_pud_table()
1167 IS_ALIGNED(next, PUD_SIZE)) { in remove_pud_table()
1243 VM_BUG_ON(!IS_ALIGNED(start, PAGE_SIZE)); in vmemmap_free()
1244 VM_BUG_ON(!IS_ALIGNED(end, PAGE_SIZE)); in vmemmap_free()
1509 if (IS_ALIGNED(boot_mem_end, bz)) in probe_memory_block_size()
1585 if (!IS_ALIGNED(addr, PMD_SIZE) || in vmemmap_populate_hugepages()
1586 !IS_ALIGNED(next, PMD_SIZE)) in vmemmap_populate_hugepages()
1608 VM_BUG_ON(!IS_ALIGNED(start, PAGE_SIZE)); in vmemmap_populate()
1609 VM_BUG_ON(!IS_ALIGNED(end, PAGE_SIZE)); in vmemmap_populate()