Home
last modified time | relevance | path

Searched refs:CPUCFG_CACHE_WAYS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/loongarch/mm/
H A Dcache.c109 cdesc->ways = ((cfg1 & CPUCFG_CACHE_WAYS_M) >> CPUCFG_CACHE_WAYS) + 1; \
/openbmc/linux/arch/loongarch/include/asm/
H A Dloongarch.h151 #define CPUCFG_CACHE_WAYS 0 macro