Searched refs:l1d_cache_shape (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | elf.h | 194 extern int l1i_cache_shape, l1d_cache_shape, l2_cache_shape; 207 NEW_AUX_ENT(AT_L1D_CACHESHAPE, l1d_cache_shape); \
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | elf.h | 194 extern int l1i_cache_shape, l1d_cache_shape, l2_cache_shape; 207 NEW_AUX_ENT(AT_L1D_CACHESHAPE, l1d_cache_shape); \
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/ |
H A D | init.c | 204 l1d_cache_shape = CACHE_DESC_SHAPE(current_cpu_data.dcache); in detect_cache_shape() 207 l1i_cache_shape = l1d_cache_shape; in detect_cache_shape()
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/ |
H A D | init.c | 204 l1d_cache_shape = CACHE_DESC_SHAPE(current_cpu_data.dcache); in detect_cache_shape() 207 l1i_cache_shape = l1d_cache_shape; in detect_cache_shape()
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | setup.c | 107 int l1i_cache_shape, l1d_cache_shape, l2_cache_shape; variable
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | setup.c | 107 int l1i_cache_shape, l1d_cache_shape, l2_cache_shape; variable
|
Completed in 4 milliseconds