Searched refs:TAG_MASK (Results 1 – 2 of 2) sorted by relevance
33 #define TAG_MASK (LINE_SIZE - 1) macro209 addr tag = (addr) ea & ~TAG_MASK; in __cache_evict()256 addr tag = (addr) ea & ~TAG_MASK; in __cache_miss()326 si_from_uint (0x00010203)), si_from_uint (TAG_MASK))); in __cache_fetch_dirty()332 si_from_uint (0x04050607)), si_from_uint (TAG_MASK))); in __cache_fetch_dirty()377 si_from_uint (-1 * ((addr) ea & TAG_MASK) / 8)); in __cache_fetch_dirty()381 si_from_uint (-1 * ((addr) ea & TAG_MASK) % 8)); in __cache_fetch_dirty()400 si_from_uint (((unsigned int) (addr) ea) & TAG_MASK))); in __cache_fetch_dirty()
128 TAG_MASK = (MARK_MASK | STOP_MASK), enumerator215 Traits::TAG_MASK;