Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/ml/
H A Dsseblk.S58 #define BLOCKMASK 63 /* (BLOCKSIZE - 1) */ macro
60 #if (1 << BLOCKSHIFT) != BLOCKSIZE || BLOCKMASK != (BLOCKSIZE - 1)
95 testl $BLOCKMASK, %edi /* address must be BLOCKSIZE aligned */
99 testq $BLOCKMASK, %rsi /* .. and be a multiple of BLOCKSIZE */