Lines Matching refs:IS_ALIGNED
118 if (IS_ALIGNED(addr, PMD_SIZE) && end - addr >= PMD_SIZE) { in zero_pmd_populate()
150 if (IS_ALIGNED(addr, PUD_SIZE) && end - addr >= PUD_SIZE) { in zero_pud_populate()
187 if (IS_ALIGNED(addr, P4D_SIZE) && end - addr >= P4D_SIZE) { in zero_p4d_populate()
237 if (IS_ALIGNED(addr, PGDIR_SIZE) && end - addr >= PGDIR_SIZE) { in kasan_populate_early_shadow()
375 if (IS_ALIGNED(addr, PMD_SIZE) && in kasan_remove_pmd_table()
376 IS_ALIGNED(next, PMD_SIZE)) { in kasan_remove_pmd_table()
401 if (IS_ALIGNED(addr, PUD_SIZE) && in kasan_remove_pud_table()
402 IS_ALIGNED(next, PUD_SIZE)) { in kasan_remove_pud_table()
428 if (IS_ALIGNED(addr, P4D_SIZE) && in kasan_remove_p4d_table()
429 IS_ALIGNED(next, P4D_SIZE)) { in kasan_remove_p4d_table()
462 if (IS_ALIGNED(addr, PGDIR_SIZE) && in kasan_remove_zero_shadow()
463 IS_ALIGNED(next, PGDIR_SIZE)) { in kasan_remove_zero_shadow()