Lines Matching refs:dcache_size

111 static unsigned long dcache_size __read_mostly;
735 (type & R4K_INDEX && end - start >= dcache_size)) { in __local_r4k_flush_icache_range()
813 cache_size += dcache_size; in __r4k_flush_icache_range()
860 if (!r4k_op_needs_ipi(R4K_INDEX) && size >= dcache_size) { in r4k_dma_cache_wback_inv()
898 if (!r4k_op_needs_ipi(R4K_INDEX) && size >= dcache_size) { in r4k_dma_cache_inv()
1065 if (size >= dcache_size) in r4k_flush_kernel_vmap_range()
1177 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1180 c->dcache.waybit= __ffs(dcache_size/2); in probe_pcache()
1192 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1206 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1227 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1244 dcache_size = 1 << (12 + ((config & R10K_CONF_DC) >> 26)); in probe_pcache()
1270 dcache_size = 1 << (10 + ((config & CONF_DC) >> 6)); in probe_pcache()
1273 c->dcache.waybit = __ffs(dcache_size/2); in probe_pcache()
1287 dcache_size = 1 << (10 + ((config & CONF_DC) >> 6)); in probe_pcache()
1303 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1306 c->dcache.waybit = __ffs(dcache_size / c->dcache.ways); in probe_pcache()
1321 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache()
1351 dcache_size = c->dcache.sets * in probe_pcache()
1370 dcache_size = c->dcache.sets * c->dcache.ways * c->dcache.linesz; in probe_pcache()
1419 dcache_size = c->dcache.sets * in probe_pcache()
1422 c->dcache.waybit = __ffs(dcache_size/c->dcache.ways); in probe_pcache()
1444 c->dcache.waysize = dcache_size / c->dcache.ways; in probe_pcache()
1449 dcache_size / (c->dcache.linesz * c->dcache.ways) : 0; in probe_pcache()
1553 dcache_size >> 10, way_string[c->dcache.ways], in probe_pcache()