Searched refs:extractSet (Results 1 - 4 of 4) sorted by relevance

/gem5/src/mem/cache/tags/indexing_policies/
H A Dset_associative.cc60 SetAssociative::extractSet(const Addr addr) const function in class:SetAssociative
75 return sets[extractSet(addr)];
H A Dset_associative.hh91 uint32_t extractSet(const Addr addr) const;
H A Dskewed_associative.hh138 uint32_t extractSet(const Addr addr, const uint32_t way) const;
H A Dskewed_associative.cc194 SkewedAssociative::extractSet(const Addr addr, const uint32_t way) const function in class:SkewedAssociative
216 entries.push_back(sets[extractSet(addr, way)][way]);

Completed in 6 milliseconds