Home
last modified time | relevance | path

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

/linux-6.1.9/arch/xtensa/include/asm/
Dcache.h27 # define CACHE_WAY_SIZE DCACHE_WAY_SIZE macro
29 # define CACHE_WAY_SIZE ICACHE_WAY_SIZE macro
/linux-6.1.9/arch/arm/mm/
Dcache-xsc3l2.c19 #define CACHE_WAY_SIZE(l2ctype) (8192 << (((l2ctype) >> 8) & 0xf)) macro
20 #define CACHE_SET_SIZE(l2ctype) (CACHE_WAY_SIZE(l2ctype) >> CACHE_LINE_SHIFT)