Searched refs:CACHE_WAY_SIZE (Results 1 – 2 of 2) sorted by relevance
27 # define CACHE_WAY_SIZE DCACHE_WAY_SIZE macro29 # define CACHE_WAY_SIZE ICACHE_WAY_SIZE macro
19 #define CACHE_WAY_SIZE(l2ctype) (8192 << (((l2ctype) >> 8) & 0xf)) macro20 #define CACHE_SET_SIZE(l2ctype) (CACHE_WAY_SIZE(l2ctype) >> CACHE_LINE_SHIFT)
Completed in 4 milliseconds