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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dcpuid.c187 if ( colors > vm_cache_geometry_colors )
188 vm_cache_geometry_colors = colors;
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_page.h290 unsigned int vm_cache_geometry_colors; /* optimal #colors based on cache geometry */
H A Dvm_resident.c213 unsigned int vm_cache_geometry_colors = 0; /* set by hw dependent code during startup */ variable
345 else if ( vm_cache_geometry_colors ) /* do we know what the cache geometry is? */
346 n = vm_cache_geometry_colors;

Completed in 36 milliseconds