Home
last modified time | relevance | path

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

/linux-5.19.10/arch/loongarch/mm/
Dcache.c99 sets = 1 << ((config & CPUCFG19_L2_SETS_M) >> CPUCFG19_L2_SETS); in probe_vcache()
/linux-5.19.10/arch/loongarch/include/asm/
Dloongarch.h207 #define CPUCFG19_L2_SETS_M GENMASK(23, 16) macro