Home
last modified time | relevance | path

Searched refs:BLOCKZEROALIGN (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/intel/sys/
H A Darchsystm.h159 #define BLOCKZEROALIGN (4 * sizeof (void *)) macro
/titanic_41/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c3824 while (!P2NPHASE(off, ((uint_t)BLOCKZEROALIGN)) && len-- > 0) in pfnzero()
3831 rem = P2PHASE(len, ((uint_t)BLOCKZEROALIGN)); in pfnzero()
H A Dhtable.c2458 ASSERT(size > BLOCKZEROALIGN); in x86pte_zero()