icache_line_length   48 arch/microblaze/include/asm/cpuinfo.h 	u32 icache_line_length;
icache_line_length  169 arch/microblaze/kernel/cpu/cache.c 			cpuinfo.icache_line_length, cpuinfo.icache_size);
icache_line_length  175 arch/microblaze/kernel/cpu/cache.c 	CACHE_RANGE_LOOP_1(start, end, cpuinfo.icache_line_length, wic);
icache_line_length  177 arch/microblaze/kernel/cpu/cache.c 	for (i = start; i < end; i += cpuinfo.icache_line_length)
icache_line_length  196 arch/microblaze/kernel/cpu/cache.c 			cpuinfo.icache_line_length, cpuinfo.icache_size);
icache_line_length  202 arch/microblaze/kernel/cpu/cache.c 	CACHE_RANGE_LOOP_1(start, end, cpuinfo.icache_line_length, wic);
icache_line_length  204 arch/microblaze/kernel/cpu/cache.c 	for (i = start; i < end; i += cpuinfo.icache_line_length)
icache_line_length  223 arch/microblaze/kernel/cpu/cache.c 			cpuinfo.icache_line_length, cpuinfo.icache_size);
icache_line_length  225 arch/microblaze/kernel/cpu/cache.c 	CACHE_RANGE_LOOP_1(start, end, cpuinfo.icache_line_length, wic);
icache_line_length  227 arch/microblaze/kernel/cpu/cache.c 	for (i = start; i < end; i += cpuinfo.icache_line_length)
icache_line_length  244 arch/microblaze/kernel/cpu/cache.c 	CACHE_ALL_LOOP(cpuinfo.icache_size, cpuinfo.icache_line_length, wic);
icache_line_length  247 arch/microblaze/kernel/cpu/cache.c 		 i += cpuinfo.icache_line_length)
icache_line_length  266 arch/microblaze/kernel/cpu/cache.c 	CACHE_ALL_LOOP(cpuinfo.icache_size, cpuinfo.icache_line_length, wic);
icache_line_length  269 arch/microblaze/kernel/cpu/cache.c 		 i += cpuinfo.icache_line_length)
icache_line_length  284 arch/microblaze/kernel/cpu/cache.c 	CACHE_ALL_LOOP(cpuinfo.icache_size, cpuinfo.icache_line_length, wic);
icache_line_length  287 arch/microblaze/kernel/cpu/cache.c 		 i += cpuinfo.icache_line_length)
icache_line_length   80 arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c 	ci->icache_line_length = PVR_ICACHE_LINE_LEN(pvr) << 2;
icache_line_length   75 arch/microblaze/kernel/cpu/cpuinfo-static.c 	ci->icache_line_length = fcpu(cpu, "xlnx,icache-line-len") << 2;
icache_line_length   76 arch/microblaze/kernel/cpu/cpuinfo-static.c 	if (!ci->icache_line_length) {
icache_line_length   78 arch/microblaze/kernel/cpu/cpuinfo-static.c 			ci->icache_line_length = 4 << 2;
icache_line_length   80 arch/microblaze/kernel/cpu/cpuinfo-static.c 			ci->icache_line_length = 1 << 2;
icache_line_length  103 arch/microblaze/kernel/cpu/mb.c 			   cpuinfo.icache_line_length);