Lines Matching refs:dcache_size
111 static unsigned long dcache_size __read_mostly;
757 (type & R4K_INDEX && end - start >= dcache_size)) { in __local_r4k_flush_icache_range()
835 cache_size += dcache_size; in __r4k_flush_icache_range()
886 if (!r4k_op_needs_ipi(R4K_INDEX) && size >= dcache_size) { in r4k_dma_cache_wback_inv()
927 if (!r4k_op_needs_ipi(R4K_INDEX) && size >= dcache_size) { in r4k_dma_cache_inv()
981 if (size >= dcache_size) in r4k_flush_kernel_vmap_range()
1093 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1096 c->dcache.waybit= __ffs(dcache_size/2); in probe_pcache()
1107 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1121 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1141 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1158 dcache_size = 1 << (12 + ((config & R10K_CONF_DC) >> 26)); in probe_pcache()
1185 dcache_size = 1 << (10 + ((config & CONF_DC) >> 6)); in probe_pcache()
1188 c->dcache.waybit = __ffs(dcache_size/2); in probe_pcache()
1202 dcache_size = 1 << (10 + ((config & CONF_DC) >> 6)); in probe_pcache()
1218 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1221 c->dcache.waybit = __ffs(dcache_size / c->dcache.ways); in probe_pcache()
1236 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1266 dcache_size = c->dcache.sets * in probe_pcache()
1285 dcache_size = c->dcache.sets * c->dcache.ways * c->dcache.linesz; in probe_pcache()
1334 dcache_size = c->dcache.sets * in probe_pcache()
1337 c->dcache.waybit = __ffs(dcache_size/c->dcache.ways); in probe_pcache()
1359 c->dcache.waysize = dcache_size / c->dcache.ways; in probe_pcache()
1364 dcache_size / (c->dcache.linesz * c->dcache.ways) : 0; in probe_pcache()
1469 dcache_size >> 10, way_string[c->dcache.ways], in probe_pcache()