l2_cache_shape    218 arch/sh/include/asm/elf.h extern int l1i_cache_shape, l1d_cache_shape, l2_cache_shape;
l2_cache_shape    232 arch/sh/include/asm/elf.h 	NEW_AUX_ENT(AT_L2_CACHESHAPE, l2_cache_shape);		\
l2_cache_shape    212 arch/sh/kernel/cpu/init.c 		l2_cache_shape = CACHE_DESC_SHAPE(current_cpu_data.scache);
l2_cache_shape    214 arch/sh/kernel/cpu/init.c 		l2_cache_shape = -1; /* No S-cache */
l2_cache_shape    105 arch/sh/kernel/setup.c int l1i_cache_shape, l1d_cache_shape, l2_cache_shape;