Home
last modified time | relevance | path

Searched refs:CACHE_DESC_SHAPE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/sh/kernel/cpu/
H A Dinit.c199 #define CACHE_DESC_SHAPE(desc) \ macro
204 l1d_cache_shape = CACHE_DESC_SHAPE(current_cpu_data.dcache); in detect_cache_shape()
209 l1i_cache_shape = CACHE_DESC_SHAPE(current_cpu_data.icache); in detect_cache_shape()
212 l2_cache_shape = CACHE_DESC_SHAPE(current_cpu_data.scache); in detect_cache_shape()
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/
H A Dinit.c199 #define CACHE_DESC_SHAPE(desc) \ macro
204 l1d_cache_shape = CACHE_DESC_SHAPE(current_cpu_data.dcache); in detect_cache_shape()
209 l1i_cache_shape = CACHE_DESC_SHAPE(current_cpu_data.icache); in detect_cache_shape()
212 l2_cache_shape = CACHE_DESC_SHAPE(current_cpu_data.scache); in detect_cache_shape()

Completed in 2 milliseconds