Searched defs:mapword (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c2087 ulong_t mapword; local
2104 mapword = dqactmap[wx] & (BT_BIW(pri) - 1);
2109 if (mapword != 0) {
2110 pri = (wx << BT_ULSHIFT) + highbit(mapword) - 1;

Completed in 62 milliseconds