Searched refs:CACHE_WAYS (Results 1 – 3 of 3) sorted by relevance
42 "i" (DCACHE_SIZE / CACHE_WAYS), in mcf_cache_push()43 "i" (CACHE_WAYS) in mcf_cache_push()
66 #define CACHE_WAYS 4 /* 4 ways */ macro68 #define ICACHE_SET_MASK ((ICACHE_SIZE / 64 - 1) << CACHE_WAYS)69 #define DCACHE_SET_MASK ((DCACHE_SIZE / 64 - 1) << CACHE_WAYS)
66 #define CACHE_WAYS 4 /* 4 ways - set associative */ macro
Completed in 4 milliseconds