Searched refs:vm_cache_geometry_colors (Results 1 – 4 of 4) sorted by relevance
456 …vm_cache_geometry_colors = ((arm_cache_ccsidr_info.bits.NumSets + 1) * cpuid_cache_info_p->c_lines… in do_cacheid()457 kprintf(" vm_cache_geometry_colors: %d\n", vm_cache_geometry_colors); in do_cacheid()
478 if (colors > vm_cache_geometry_colors) { in cpuid_set_cache_info()479 vm_cache_geometry_colors = colors; in cpuid_set_cache_info()483 DBG(" vm_cache_geometry_colors: %d\n", vm_cache_geometry_colors); in cpuid_set_cache_info()
1195 extern unsigned int vm_cache_geometry_colors; /* optimal #colors based on cache geometry */
412 unsigned int vm_cache_geometry_colors = 0; /* set by hw dependent code during startup */ variable1553 vm_cache_geometry_colors >>= vm_clump_shift; in vm_page_set_colors()1557 …} else if (vm_cache_geometry_colors) { /* do we know what the cache geometry is? … in vm_page_set_colors()1558 n = vm_cache_geometry_colors; in vm_page_set_colors()