dcache_size        57 arch/microblaze/include/asm/cpuinfo.h 	u32 dcache_size;
dcache_size       304 arch/microblaze/kernel/cpu/cache.c 	CACHE_ALL_LOOP(cpuinfo.dcache_size, cpuinfo.dcache_line_length, wdc);
dcache_size       306 arch/microblaze/kernel/cpu/cache.c 	for (i = 0; i < cpuinfo.dcache_size;
dcache_size       326 arch/microblaze/kernel/cpu/cache.c 	CACHE_ALL_LOOP(cpuinfo.dcache_size, cpuinfo.dcache_line_length, wdc);
dcache_size       328 arch/microblaze/kernel/cpu/cache.c 	for (i = 0; i < cpuinfo.dcache_size;
dcache_size       344 arch/microblaze/kernel/cpu/cache.c 	CACHE_ALL_LOOP(cpuinfo.dcache_size, cpuinfo.dcache_line_length, wdc);
dcache_size       346 arch/microblaze/kernel/cpu/cache.c 	for (i = 0; i < cpuinfo.dcache_size;
dcache_size       367 arch/microblaze/kernel/cpu/cache.c 	CACHE_ALL_LOOP(cpuinfo.dcache_size, cpuinfo.dcache_line_length,
dcache_size       370 arch/microblaze/kernel/cpu/cache.c 	for (i = 0; i < cpuinfo.dcache_size;
dcache_size       387 arch/microblaze/kernel/cpu/cache.c 			cpuinfo.dcache_line_length, cpuinfo.dcache_size);
dcache_size       406 arch/microblaze/kernel/cpu/cache.c 			cpuinfo.dcache_line_length, cpuinfo.dcache_size);
dcache_size       427 arch/microblaze/kernel/cpu/cache.c 			cpuinfo.dcache_line_length, cpuinfo.dcache_size);
dcache_size       455 arch/microblaze/kernel/cpu/cache.c 			cpuinfo.dcache_line_length, cpuinfo.dcache_size);
dcache_size       479 arch/microblaze/kernel/cpu/cache.c 	CACHE_ALL_LOOP(cpuinfo.dcache_size, cpuinfo.dcache_line_length,
dcache_size       482 arch/microblaze/kernel/cpu/cache.c 	for (i = 0; i < cpuinfo.dcache_size;
dcache_size       498 arch/microblaze/kernel/cpu/cache.c 			cpuinfo.dcache_line_length, cpuinfo.dcache_size);
dcache_size        89 arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c 	CI(dcache_size, DCACHE_BYTE_SIZE);
dcache_size        96 arch/microblaze/kernel/cpu/cpuinfo-static.c 	ci->dcache_size = fcpu(cpu, "d-cache-size");
dcache_size       110 arch/microblaze/kernel/cpu/mb.c 			   cpuinfo.dcache_size >> 10,
dcache_size       171 arch/mips/mm/c-octeon.c 	unsigned long dcache_size;
dcache_size       193 arch/mips/mm/c-octeon.c 		dcache_size =
dcache_size       195 arch/mips/mm/c-octeon.c 		c->dcache.waybit = ffs(dcache_size / c->dcache.ways) - 1;
dcache_size       209 arch/mips/mm/c-octeon.c 		dcache_size = c->dcache.sets * c->dcache.ways * c->dcache.linesz;
dcache_size       223 arch/mips/mm/c-octeon.c 		dcache_size = c->dcache.sets * c->dcache.ways * c->dcache.linesz;
dcache_size       234 arch/mips/mm/c-octeon.c 	c->dcache.waysize = dcache_size / c->dcache.ways;
dcache_size       237 arch/mips/mm/c-octeon.c 	c->dcache.sets = dcache_size / (c->dcache.linesz * c->dcache.ways);
dcache_size       249 arch/mips/mm/c-octeon.c 			  dcache_size >> 10, c->dcache.ways,
dcache_size        26 arch/mips/mm/c-r3k.c static unsigned long icache_size, dcache_size;		/* Size in bytes */
dcache_size        95 arch/mips/mm/c-r3k.c 	dcache_size = r3k_cache_size(ST0_ISC);
dcache_size        96 arch/mips/mm/c-r3k.c 	if (dcache_size)
dcache_size       167 arch/mips/mm/c-r3k.c 	if (size > dcache_size || KSEGX(start) != KSEG0) {
dcache_size       169 arch/mips/mm/c-r3k.c 		size = dcache_size;
dcache_size       224 arch/mips/mm/c-r3k.c 	r3k_flush_dcache_range(KSEG0, KSEG0 + dcache_size);
dcache_size       320 arch/mips/mm/c-r3k.c 		dcache_size >> 10, dcache_lsize);
dcache_size       111 arch/mips/mm/c-r4k.c static unsigned long dcache_size __read_mostly;
dcache_size       757 arch/mips/mm/c-r4k.c 		    (type & R4K_INDEX && end - start >= dcache_size)) {
dcache_size       835 arch/mips/mm/c-r4k.c 			cache_size += dcache_size;
dcache_size       886 arch/mips/mm/c-r4k.c 	if (!r4k_op_needs_ipi(R4K_INDEX) && size >= dcache_size) {
dcache_size       927 arch/mips/mm/c-r4k.c 	if (!r4k_op_needs_ipi(R4K_INDEX) && size >= dcache_size) {
dcache_size       981 arch/mips/mm/c-r4k.c 	if (size >= dcache_size)
dcache_size      1093 arch/mips/mm/c-r4k.c 		dcache_size = 1 << (12 + ((config & CONF_DC) >> 6));
dcache_size      1096 arch/mips/mm/c-r4k.c 		c->dcache.waybit= __ffs(dcache_size/2);
dcache_size      1107 arch/mips/mm/c-r4k.c 		dcache_size = 1 << (12 + ((config & CONF_DC) >> 6));
dcache_size      1121 arch/mips/mm/c-r4k.c 		dcache_size = 1 << (12 + ((config & CONF_DC) >> 6));
dcache_size      1141 arch/mips/mm/c-r4k.c 		dcache_size = 1 << (12 + ((config & CONF_DC) >> 6));
dcache_size      1158 arch/mips/mm/c-r4k.c 		dcache_size = 1 << (12 + ((config & R10K_CONF_DC) >> 26));
dcache_size      1185 arch/mips/mm/c-r4k.c 		dcache_size = 1 << (10 + ((config & CONF_DC) >> 6));
dcache_size      1188 arch/mips/mm/c-r4k.c 		c->dcache.waybit = __ffs(dcache_size/2);
dcache_size      1202 arch/mips/mm/c-r4k.c 		dcache_size = 1 << (10 + ((config & CONF_DC) >> 6));
dcache_size      1218 arch/mips/mm/c-r4k.c 		dcache_size = 1 << (12 + ((config & CONF_DC) >> 6));
dcache_size      1221 arch/mips/mm/c-r4k.c 		c->dcache.waybit = __ffs(dcache_size / c->dcache.ways);
dcache_size      1236 arch/mips/mm/c-r4k.c 		dcache_size = 1 << (12 + ((config & CONF_DC) >> 6));
dcache_size      1266 arch/mips/mm/c-r4k.c 		dcache_size = c->dcache.sets *
dcache_size      1285 arch/mips/mm/c-r4k.c 		dcache_size = c->dcache.sets * c->dcache.ways * c->dcache.linesz;
dcache_size      1334 arch/mips/mm/c-r4k.c 		dcache_size = c->dcache.sets *
dcache_size      1337 arch/mips/mm/c-r4k.c 		c->dcache.waybit = __ffs(dcache_size/c->dcache.ways);
dcache_size      1359 arch/mips/mm/c-r4k.c 	c->dcache.waysize = dcache_size / c->dcache.ways;
dcache_size      1364 arch/mips/mm/c-r4k.c 		dcache_size / (c->dcache.linesz * c->dcache.ways) : 0;
dcache_size      1469 arch/mips/mm/c-r4k.c 	       dcache_size >> 10, way_string[c->dcache.ways],
dcache_size        28 arch/mips/mm/c-tx39.c static unsigned long icache_size, dcache_size;		/* Size in bytes */
dcache_size       234 arch/mips/mm/c-tx39.c 	if (end - start > dcache_size)
dcache_size       269 arch/mips/mm/c-tx39.c 	} else if (size > dcache_size) {
dcache_size       286 arch/mips/mm/c-tx39.c 	} else if (size > dcache_size) {
dcache_size       301 arch/mips/mm/c-tx39.c 	dcache_size = 1 << (10 + ((config & TX39_CONF_DCS_MASK) >>
dcache_size       388 arch/mips/mm/c-tx39.c 				       (dcache_size / current_cpu_data.dcache.ways) - 1,
dcache_size       398 arch/mips/mm/c-tx39.c 	current_cpu_data.dcache.waysize = dcache_size / current_cpu_data.dcache.ways;
dcache_size       414 arch/mips/mm/c-tx39.c 		dcache_size >> 10, current_cpu_data.dcache.linesz);
dcache_size        26 arch/nios2/include/asm/cpuinfo.h 	u32 dcache_size;
dcache_size        94 arch/nios2/kernel/cpuinfo.c 	cpuinfo.dcache_size = fcpu(cpu, "dcache-size");
dcache_size        95 arch/nios2/kernel/cpuinfo.c 	if (CONFIG_NIOS2_DCACHE_SIZE != cpuinfo.dcache_size)
dcache_size        99 arch/nios2/kernel/cpuinfo.c 			CONFIG_NIOS2_DCACHE_SIZE, cpuinfo.dcache_size);
dcache_size       159 arch/nios2/kernel/cpuinfo.c 		   cpuinfo.dcache_size >> 10,
dcache_size        26 arch/nios2/mm/cacheflush.c 	if (end > start + cpuinfo.dcache_size)
dcache_size        27 arch/nios2/mm/cacheflush.c 		end = start + cpuinfo.dcache_size;
dcache_size        99 arch/nios2/mm/cacheflush.c 	__flush_dcache(0, cpuinfo.dcache_size);
dcache_size        25 arch/openrisc/include/asm/cpuinfo.h 	u32 dcache_size;
dcache_size       115 arch/openrisc/kernel/setup.c 		       cpuinfo->dcache_size, cpuinfo->dcache_block_size,
dcache_size       189 arch/openrisc/kernel/setup.c 	cpuinfo->dcache_size =
dcache_size       352 arch/openrisc/kernel/setup.c 	seq_printf(m, "dcache size\t\t: %d bytes\n", cpuinfo->dcache_size);
dcache_size        69 arch/powerpc/include/asm/vdso_datapage.h 	__u32 dcache_size;		/* L1 d-cache size		0x60 */
dcache_size       717 arch/powerpc/kernel/vdso.c 	vdso_data->dcache_size = ppc64_caches.l1d.size;
dcache_size        22 arch/sparc/include/asm/cpudata_64.h 	unsigned int	dcache_size;
dcache_size       833 arch/sparc/kernel/mdesc.c 			c->dcache_size = *size;
dcache_size       534 arch/sparc/kernel/prom_64.c 		cpu_data(cpuid).dcache_size =
dcache_size       564 arch/sparc/kernel/prom_64.c 		cpu_data(cpuid).dcache_size =
dcache_size       189 arch/sparc/kernel/sysfs.c SHOW_CPUDATA_UINT_NAME(l1_dcache_size, dcache_size);
dcache_size      1029 arch/sparc/kernel/traps_64.c 	unsigned int dcache_size, dcache_line_size;
dcache_size      1032 arch/sparc/kernel/traps_64.c 	dcache_size = local_cpu_data().dcache_size;
dcache_size      1035 arch/sparc/kernel/traps_64.c 	for (addr = 0; addr < dcache_size; addr += dcache_line_size) {
dcache_size      1050 arch/sparc/kernel/traps_64.c 	unsigned int dcache_size, dcache_line_size;
dcache_size      1053 arch/sparc/kernel/traps_64.c 	dcache_size = local_cpu_data().dcache_size;
dcache_size      1056 arch/sparc/kernel/traps_64.c 	for (addr = 0; addr < dcache_size; addr += dcache_line_size) {