Lines Matching refs:dcache_size
79 static unsigned long dcache_size __read_mostly;
656 if (end - start >= dcache_size) { in local_r4k_flush_icache_range()
733 if (cpu_has_safe_index_cacheops && size >= dcache_size) { in r4k_dma_cache_wback_inv()
770 if (cpu_has_safe_index_cacheops && size >= dcache_size) { in r4k_dma_cache_inv()
850 if (cpu_has_safe_index_cacheops && size >= dcache_size) in local_r4k_flush_kernel_vmap_range()
970 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
973 c->dcache.waybit= __ffs(dcache_size/2); in probe_pcache()
985 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
999 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1020 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1037 dcache_size = 1 << (12 + ((config & R10K_CONF_DC) >> 26)); in probe_pcache()
1063 dcache_size = 1 << (10 + ((config & CONF_DC) >> 6)); in probe_pcache()
1066 c->dcache.waybit = __ffs(dcache_size/2); in probe_pcache()
1080 dcache_size = 1 << (10 + ((config & CONF_DC) >> 6)); in probe_pcache()
1096 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1099 c->dcache.waybit = __ffs(dcache_size / c->dcache.ways); in probe_pcache()
1114 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1144 dcache_size = c->dcache.sets * in probe_pcache()
1161 dcache_size = c->dcache.sets * c->dcache.ways * c->dcache.linesz; in probe_pcache()
1210 dcache_size = c->dcache.sets * in probe_pcache()
1213 c->dcache.waybit = __ffs(dcache_size/c->dcache.ways); in probe_pcache()
1235 c->dcache.waysize = dcache_size / c->dcache.ways; in probe_pcache()
1240 dcache_size / (c->dcache.linesz * c->dcache.ways) : 0; in probe_pcache()
1320 dcache_size >> 10, way_string[c->dcache.ways], in probe_pcache()