icache_block_size   22 arch/openrisc/include/asm/cpuinfo.h 	u32 icache_block_size;
icache_block_size  122 arch/openrisc/kernel/setup.c 		       cpuinfo->icache_size, cpuinfo->icache_block_size,
icache_block_size  181 arch/openrisc/kernel/setup.c 	cpuinfo->icache_block_size = 16 << ((iccfgr & SPR_ICCFGR_CBS) >> 7);
icache_block_size  183 arch/openrisc/kernel/setup.c 	    cache_set_size * cpuinfo->icache_ways * cpuinfo->icache_block_size;
icache_block_size  358 arch/openrisc/kernel/setup.c 		   cpuinfo->icache_block_size);
icache_block_size   78 arch/powerpc/include/asm/vdso_datapage.h 	__u32 icache_block_size;		/* L1 i-cache block size     */
icache_block_size  110 arch/powerpc/include/asm/vdso_datapage.h 	__u32 icache_block_size;	/* L1 i-cache block size     */
icache_block_size  391 arch/powerpc/kernel/asm-offsets.c 	OFFSET(CFG_ICACHE_BLOCKSZ, vdso_data, icache_block_size);
icache_block_size  722 arch/powerpc/kernel/vdso.c 	vdso_data->icache_block_size = ppc64_caches.l1i.block_size;
icache_block_size  734 arch/powerpc/kernel/vdso.c 	vdso_data->icache_block_size = L1_CACHE_BYTES;