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

/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_sfmmu.c358 for (i = 0; i < CACHE_NUM_COLOR; i++)
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h756 #define CACHE_NUM_COLOR (shm_alignment >> MMU_PAGESHIFT) macro
758 #define CACHE_NUM_COLOR 1 macro
761 #define CACHE_VCOLOR_MASK(vcolor) (2 << (vcolor & (CACHE_NUM_COLOR - 1)))
H A Dhat_sfmmu.c1348 if (TTEPAGES(TTE64K) < CACHE_NUM_COLOR) {
9303 ncolors = CACHE_NUM_COLOR;
9411 ncolors = CACHE_NUM_COLOR;

Completed in 117 milliseconds