Searched refs:CACHE_WAYS (Results 1 – 3 of 3) sorted by relevance
41 "i" (DCACHE_SIZE / CACHE_WAYS), in mcf_cache_push()42 "i" (CACHE_WAYS) in mcf_cache_push()
65 #define CACHE_WAYS 4 /* 4 ways */ macro67 #define ICACHE_SET_MASK ((ICACHE_SIZE / 64 - 1) << CACHE_WAYS)68 #define DCACHE_SET_MASK ((DCACHE_SIZE / 64 - 1) << CACHE_WAYS)
65 #define CACHE_WAYS 4 /* 4 ways - set associative */ macro