Lines Matching refs:ways
79 elements = cache->sets * cache->ways;
134 cache->sets = cache->sets * cache->ways;
135 cache->ways = 1;
143 cache->ways = cache->configured_ways;
175 /* IHSR8.DCWE or IHSR8.ICWE deternines which ways get RAM access. */
281 for (way = 0; way < cache->ways; ++way)
399 FRV_CACHE_TAG *limit = item + cache->ways;
407 tag->lru = cache->ways; /* Mark as most recently used. */
417 FRV_CACHE_TAG *limit = item + cache->ways;
441 /* The tag could be NULL is all ways in the set were used and locked. */
533 The tag may be NULL if all ways were in use and locked on a miss.
668 int elements = cache->sets * cache->ways;
1374 The tag may be NULL if all ways were in use and locked on a miss.