Lines Matching refs:dcache_size
110 static unsigned long dcache_size __read_mostly;
759 (type & R4K_INDEX && end - start >= dcache_size)) { in __local_r4k_flush_icache_range()
837 cache_size += dcache_size; in __r4k_flush_icache_range()
888 if (!r4k_op_needs_ipi(R4K_INDEX) && size >= dcache_size) { in r4k_dma_cache_wback_inv()
958 if (!r4k_op_needs_ipi(R4K_INDEX) && size >= dcache_size) { in r4k_dma_cache_inv()
1012 if (size >= dcache_size) in r4k_flush_kernel_vmap_range()
1124 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1127 c->dcache.waybit= __ffs(dcache_size/2); in probe_pcache()
1138 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1152 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1172 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1189 dcache_size = 1 << (12 + ((config & R10K_CONF_DC) >> 26)); in probe_pcache()
1216 dcache_size = 1 << (10 + ((config & CONF_DC) >> 6)); in probe_pcache()
1219 c->dcache.waybit = __ffs(dcache_size/2); in probe_pcache()
1233 dcache_size = 1 << (10 + ((config & CONF_DC) >> 6)); in probe_pcache()
1249 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1252 c->dcache.waybit = __ffs(dcache_size / c->dcache.ways); in probe_pcache()
1267 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1297 dcache_size = c->dcache.sets * in probe_pcache()
1318 dcache_size = c->dcache.sets * c->dcache.ways * c->dcache.linesz; in probe_pcache()
1367 dcache_size = c->dcache.sets * in probe_pcache()
1370 c->dcache.waybit = __ffs(dcache_size/c->dcache.ways); in probe_pcache()
1392 c->dcache.waysize = dcache_size / c->dcache.ways; in probe_pcache()
1397 dcache_size / (c->dcache.linesz * c->dcache.ways) : 0; in probe_pcache()
1502 dcache_size >> 10, way_string[c->dcache.ways], in probe_pcache()