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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_dep.h193 #define PAGE_GET_COLOR_SHIFT(szc, nszc) \ macro
197 ((ncolor) << PAGE_GET_COLOR_SHIFT((szc), (nszc)))
/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.h222 #define PAGE_GET_COLOR_SHIFT(szc, nszc) \ macro
231 ((ncolor) << PAGE_GET_COLOR_SHIFT((szc), (nszc))))
667 bin >>= PAGE_GET_COLOR_SHIFT(0, szc); \

Completed in 60 milliseconds