Home
last modified time | relevance | path

Searched refs:l2_cache_shape (Results 1 – 3 of 3) sorted by relevance

/linux/arch/sh/include/asm/
H A Delf.h194 extern int l1i_cache_shape, l1d_cache_shape, l2_cache_shape;
208 NEW_AUX_ENT(AT_L2_CACHESHAPE, l2_cache_shape); \
/linux/arch/sh/kernel/cpu/
H A Dinit.c212 l2_cache_shape = CACHE_DESC_SHAPE(current_cpu_data.scache); in detect_cache_shape()
214 l2_cache_shape = -1; /* No S-cache */ in detect_cache_shape()
/linux/arch/sh/kernel/
H A Dsetup.c102 int l1i_cache_shape, l1d_cache_shape, l2_cache_shape; variable