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

/opensolaris-onvv-gate/usr/src/uts/intel/ia32/ml/
H A Dsseblk.s74 #define BLOCKMASK 63 /* (BLOCKSIZE - 1) */ define
76 #if (1 << BLOCKSHIFT) != BLOCKSIZE || BLOCKMASK != (BLOCKSIZE - 1)
130 testl $BLOCKMASK, %edi /* address must be BLOCKSIZE aligned */
134 testq $BLOCKMASK, %rsi /* .. and be a multiple of BLOCKSIZE */
172 testl $BLOCKMASK, %eax /* address must be BLOCKSIZE aligned */
176 testl $BLOCKMASK, %ecx /* .. and be a multiple of BLOCKSIZE */

Completed in 94 milliseconds