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

/xnu-2782.1.97/osfmk/i386/
H A Dcpuid.c302 uint32_t colors; local
365 /* Compute the number of page colors for this cache,
386 colors = ( cache_linesize * cache_sets ) >> 12;
388 if ( colors > vm_cache_geometry_colors )
389 vm_cache_geometry_colors = colors;

Completed in 28 milliseconds