Searched refs:WAYS (Results 1 – 3 of 3) sorted by relevance
35 #define WAYS 4 macro39 sizeof (struct __cache_tag_array) * WAYS)43 unsigned int tag_lo[WAYS];44 unsigned int tag_hi[WAYS];45 void *base[WAYS];46 int reserved[WAYS];47 vector unsigned short dirty_bits[WAYS];95 ((void *) (__cache + ((_addr) & SET_MASK) * WAYS) + ((_way) * LINE_SIZE));216 for (i = 0; i < WAYS; i++) in __cache_evict()265 for (i = 0; i < WAYS; i++) in __cache_miss()[all …]
1567 #ifndef WAYS1568 #define WAYS 4 macro1571 #if WAYS == 11572 .rept WAY_SIZE * WAYS / 321579 #elif WAYS <= 61580 .rept WAY_SIZE * WAYS / 321585 .rept WAYS-21589 .rept 7 - WAYS1596 .rept WAYS-1