icache_size       256 arch/arm/mm/init.c 	if (cpuid != 0 && icache_size != size)
icache_size       259 arch/arm/mm/init.c 	if (icache_size > size)
icache_size       260 arch/arm/mm/init.c 		icache_size = size;
icache_size        11 arch/arm/mm/mm.h extern int icache_size;
icache_size        49 arch/microblaze/include/asm/cpuinfo.h 	u32 icache_size;
icache_size       169 arch/microblaze/kernel/cpu/cache.c 			cpuinfo.icache_line_length, cpuinfo.icache_size);
icache_size       196 arch/microblaze/kernel/cpu/cache.c 			cpuinfo.icache_line_length, cpuinfo.icache_size);
icache_size       223 arch/microblaze/kernel/cpu/cache.c 			cpuinfo.icache_line_length, cpuinfo.icache_size);
icache_size       244 arch/microblaze/kernel/cpu/cache.c 	CACHE_ALL_LOOP(cpuinfo.icache_size, cpuinfo.icache_line_length, wic);
icache_size       246 arch/microblaze/kernel/cpu/cache.c 	for (i = 0; i < cpuinfo.icache_size;
icache_size       266 arch/microblaze/kernel/cpu/cache.c 	CACHE_ALL_LOOP(cpuinfo.icache_size, cpuinfo.icache_line_length, wic);
icache_size       268 arch/microblaze/kernel/cpu/cache.c 	for (i = 0; i < cpuinfo.icache_size;
icache_size       284 arch/microblaze/kernel/cpu/cache.c 	CACHE_ALL_LOOP(cpuinfo.icache_size, cpuinfo.icache_line_length, wic);
icache_size       286 arch/microblaze/kernel/cpu/cache.c 	for (i = 0; i < cpuinfo.icache_size;
icache_size        81 arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c 	CI(icache_size, ICACHE_BYTE_SIZE);
icache_size        82 arch/microblaze/kernel/cpu/cpuinfo-static.c 	ci->icache_size = fcpu(cpu, "i-cache-size");
icache_size       102 arch/microblaze/kernel/cpu/mb.c 			   cpuinfo.icache_size >> 10,
icache_size       170 arch/mips/mm/c-octeon.c 	unsigned long icache_size;
icache_size       184 arch/mips/mm/c-octeon.c 		icache_size =
icache_size       186 arch/mips/mm/c-octeon.c 		c->icache.waybit = ffs(icache_size / c->icache.ways) - 1;
icache_size       204 arch/mips/mm/c-octeon.c 		icache_size = c->icache.sets * c->icache.ways * c->icache.linesz;
icache_size       218 arch/mips/mm/c-octeon.c 		icache_size = c->icache.sets * c->icache.ways * c->icache.linesz;
icache_size       233 arch/mips/mm/c-octeon.c 	c->icache.waysize = icache_size / c->icache.ways;
icache_size       236 arch/mips/mm/c-octeon.c 	c->icache.sets = icache_size / (c->icache.linesz * c->icache.ways);
icache_size       242 arch/mips/mm/c-octeon.c 			  icache_size >> 10,
icache_size        26 arch/mips/mm/c-r3k.c static unsigned long icache_size, dcache_size;		/* Size in bytes */
icache_size        99 arch/mips/mm/c-r3k.c 	icache_size = r3k_cache_size(ST0_ISC|ST0_SWC);
icache_size       100 arch/mips/mm/c-r3k.c 	if (icache_size)
icache_size       110 arch/mips/mm/c-r3k.c 	if (size > icache_size || KSEGX(start) != KSEG0) {
icache_size       112 arch/mips/mm/c-r3k.c 		size = icache_size;
icache_size       225 arch/mips/mm/c-r3k.c 	r3k_flush_icache_range(KSEG0, KSEG0 + icache_size);
icache_size       318 arch/mips/mm/c-r3k.c 		icache_size >> 10, icache_lsize);
icache_size       110 arch/mips/mm/c-r4k.c static unsigned long icache_size __read_mostly;
icache_size       769 arch/mips/mm/c-r4k.c 	    (type & R4K_INDEX && end - start > icache_size))
icache_size       832 arch/mips/mm/c-r4k.c 		cache_size = icache_size;
icache_size      1088 arch/mips/mm/c-r4k.c 		icache_size = 1 << (12 + ((config & CONF_IC) >> 9));
icache_size      1091 arch/mips/mm/c-r4k.c 		c->icache.waybit = __ffs(icache_size/2);
icache_size      1102 arch/mips/mm/c-r4k.c 		icache_size = 1 << (12 + ((config & CONF_IC) >> 9));
icache_size      1116 arch/mips/mm/c-r4k.c 		icache_size = 1 << (12 + ((config & CONF_IC) >> 9));
icache_size      1136 arch/mips/mm/c-r4k.c 		icache_size = 1 << (12 + ((config & CONF_IC) >> 9));
icache_size      1153 arch/mips/mm/c-r4k.c 		icache_size = 1 << (12 + ((config & R10K_CONF_IC) >> 29));
icache_size      1180 arch/mips/mm/c-r4k.c 		icache_size = 1 << (10 + ((config & CONF_IC) >> 9));
icache_size      1183 arch/mips/mm/c-r4k.c 		c->icache.waybit = __ffs(icache_size/2);
icache_size      1197 arch/mips/mm/c-r4k.c 		icache_size = 1 << (10 + ((config & CONF_IC) >> 9));
icache_size      1213 arch/mips/mm/c-r4k.c 		icache_size = 1 << (12 + ((config & CONF_IC) >> 9));
icache_size      1216 arch/mips/mm/c-r4k.c 		c->icache.waybit = __ffs(icache_size / c->icache.ways);
icache_size      1228 arch/mips/mm/c-r4k.c 		icache_size = 1 << (12 + ((config & CONF_IC) >> 9));
icache_size      1254 arch/mips/mm/c-r4k.c 		icache_size = c->icache.sets *
icache_size      1280 arch/mips/mm/c-r4k.c 		icache_size = c->icache.sets * c->icache.ways * c->icache.linesz;
icache_size      1310 arch/mips/mm/c-r4k.c 		icache_size = c->icache.sets *
icache_size      1313 arch/mips/mm/c-r4k.c 		c->icache.waybit = __ffs(icache_size/c->icache.ways);
icache_size      1358 arch/mips/mm/c-r4k.c 	c->icache.waysize = icache_size / c->icache.ways;
icache_size      1362 arch/mips/mm/c-r4k.c 		icache_size / (c->icache.linesz * c->icache.ways) : 0;
icache_size      1464 arch/mips/mm/c-r4k.c 	       icache_size >> 10,
icache_size        28 arch/mips/mm/c-tx39.c static unsigned long icache_size, dcache_size;		/* Size in bytes */
icache_size       239 arch/mips/mm/c-tx39.c 	if (end - start > icache_size)
icache_size       299 arch/mips/mm/c-tx39.c 	icache_size = 1 << (10 + ((config & TX39_CONF_ICS_MASK) >>
icache_size       397 arch/mips/mm/c-tx39.c 	current_cpu_data.icache.waysize = icache_size / current_cpu_data.icache.ways;
icache_size       412 arch/mips/mm/c-tx39.c 		icache_size >> 10, current_cpu_data.icache.linesz);
icache_size        24 arch/nios2/include/asm/cpuinfo.h 	u32 icache_size;
icache_size        81 arch/nios2/kernel/cpuinfo.c 	cpuinfo.icache_size = fcpu(cpu, "icache-size");
icache_size        82 arch/nios2/kernel/cpuinfo.c 	if (CONFIG_NIOS2_ICACHE_SIZE != cpuinfo.icache_size)
icache_size        86 arch/nios2/kernel/cpuinfo.c 		CONFIG_NIOS2_ICACHE_SIZE, cpuinfo.icache_size);
icache_size       154 arch/nios2/kernel/cpuinfo.c 		   cpuinfo.icache_size >> 10,
icache_size        61 arch/nios2/mm/cacheflush.c 	if (end > start + cpuinfo.icache_size)
icache_size        62 arch/nios2/mm/cacheflush.c 		end = start + cpuinfo.icache_size;
icache_size       100 arch/nios2/mm/cacheflush.c 	__flush_icache(0, cpuinfo.icache_size);
icache_size        21 arch/openrisc/include/asm/cpuinfo.h 	u32 icache_size;
icache_size       122 arch/openrisc/kernel/setup.c 		       cpuinfo->icache_size, cpuinfo->icache_block_size,
icache_size       182 arch/openrisc/kernel/setup.c 	cpuinfo->icache_size =
icache_size       356 arch/openrisc/kernel/setup.c 	seq_printf(m, "icache size\t\t: %d bytes\n", cpuinfo->icache_size);
icache_size        71 arch/powerpc/include/asm/vdso_datapage.h 	__u32 icache_size;		/* L1 i-cache size		0x68 */
icache_size       719 arch/powerpc/kernel/vdso.c 	vdso_data->icache_size = ppc64_caches.l1i.size;
icache_size        24 arch/sparc/include/asm/cpudata_64.h 	unsigned int	icache_size;
icache_size       830 arch/sparc/kernel/mdesc.c 			c->icache_size = *size;
icache_size       540 arch/sparc/kernel/prom_64.c 		cpu_data(cpuid).icache_size =
icache_size       569 arch/sparc/kernel/prom_64.c 		cpu_data(cpuid).icache_size =
icache_size       191 arch/sparc/kernel/sysfs.c SHOW_CPUDATA_UINT_NAME(l1_icache_size, icache_size);
icache_size       989 arch/sparc/kernel/traps_64.c 	unsigned int icache_size, icache_line_size;
icache_size       992 arch/sparc/kernel/traps_64.c 	icache_size = local_cpu_data().icache_size;
icache_size       996 arch/sparc/kernel/traps_64.c 	for (addr = 0; addr < icache_size; addr += icache_line_size) {
icache_size      1517 drivers/staging/media/ipu3/ipu3-abi.h 	u32 icache_size;		/* Size of icache section */
icache_size       159 drivers/staging/media/ipu3/ipu3-css-fw.c 		if (bi->blob.size != bi->blob.text_size + bi->blob.icache_size