Lines Matching refs:IS_ALIGNED
122 if (IS_ALIGNED(addr, PMD_SIZE) && end - addr >= PMD_SIZE) { in zero_pmd_populate()
154 if (IS_ALIGNED(addr, PUD_SIZE) && end - addr >= PUD_SIZE) { in zero_pud_populate()
191 if (IS_ALIGNED(addr, P4D_SIZE) && end - addr >= P4D_SIZE) { in zero_p4d_populate()
241 if (IS_ALIGNED(addr, PGDIR_SIZE) && end - addr >= PGDIR_SIZE) { in kasan_populate_early_shadow()
379 if (IS_ALIGNED(addr, PMD_SIZE) && in kasan_remove_pmd_table()
380 IS_ALIGNED(next, PMD_SIZE)) { in kasan_remove_pmd_table()
405 if (IS_ALIGNED(addr, PUD_SIZE) && in kasan_remove_pud_table()
406 IS_ALIGNED(next, PUD_SIZE)) { in kasan_remove_pud_table()
432 if (IS_ALIGNED(addr, P4D_SIZE) && in kasan_remove_p4d_table()
433 IS_ALIGNED(next, P4D_SIZE)) { in kasan_remove_p4d_table()
467 if (IS_ALIGNED(addr, PGDIR_SIZE) && in kasan_remove_zero_shadow()
468 IS_ALIGNED(next, PGDIR_SIZE)) { in kasan_remove_zero_shadow()