Searched refs:BLOCKZEROALIGN (Results 1 – 3 of 3) sorted by relevance
159 #define BLOCKZEROALIGN (4 * sizeof (void *)) macro
3824 while (!P2NPHASE(off, ((uint_t)BLOCKZEROALIGN)) && len-- > 0) in pfnzero()3831 rem = P2PHASE(len, ((uint_t)BLOCKZEROALIGN)); in pfnzero()
2458 ASSERT(size > BLOCKZEROALIGN); in x86pte_zero()