Home
last modified time | relevance | path

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

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