Searched refs:skew (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/cache/tags/indexing_policies/
H A Dskewed_associative.hh118 Addr skew(const Addr addr, const uint32_t way) const;
121 * Address deskewing function (inverse of the skew function) of the given
123 * @sa skew()
H A Dskewed_associative.cc89 SkewedAssociative::skew(const Addr addr, const uint32_t way) const function in class:SkewedAssociative
196 return skew(addr >> setShift, way) & setMask;

Completed in 5 milliseconds