Home
last modified time | relevance | path

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

/linux-5.19.10/arch/loongarch/mm/
Dcache.c120 sets = 1 << ((config & CPUCFG20_L3_SETS_M) >> CPUCFG20_L3_SETS); in probe_scache()
/linux-5.19.10/arch/loongarch/include/asm/
Dloongarch.h215 #define CPUCFG20_L3_SETS_M GENMASK(23, 16) macro