Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/kernel/cpu/
Dinit.c210 l1i_cache_shape = l1d_cache_shape; in detect_cache_shape()
212 l1i_cache_shape = CACHE_DESC_SHAPE(current_cpu_data.icache); in detect_cache_shape()
/Linux-v4.19/arch/sh/include/asm/
Delf.h218 extern int l1i_cache_shape, l1d_cache_shape, l2_cache_shape;
230 NEW_AUX_ENT(AT_L1I_CACHESHAPE, l1i_cache_shape); \
/Linux-v4.19/arch/sh/kernel/
Dsetup.c104 int l1i_cache_shape, l1d_cache_shape, l2_cache_shape; variable