Searched refs:ISM_ALIGNED (Results 1 – 2 of 2) sorted by relevance
157 #define ISM_ALIGNED(shift, va) (((uintptr_t)va & (ISM_ALIGN(shift) - 1)) == 0) macro
8641 if (!ISM_ALIGNED(ismshift, addr) || !ISM_ALIGNED(ismshift, sptaddr)) in hat_share()8647 if (!ISM_ALIGNED(ismshift, len)) in hat_share()8858 ASSERT(ISM_ALIGNED(ismshift, addr)); in hat_unshare()8859 ASSERT(ISM_ALIGNED(ismshift, len)); in hat_unshare()