Searched refs:getSet (Results 1 - 5 of 5) sorted by relevance

/gem5/src/mem/cache/replacement_policies/
H A Dreplaceable_entry.hh94 uint32_t getSet() const { return _set; } function in class:ReplaceableEntry
/gem5/src/mem/cache/tags/indexing_policies/
H A Dset_associative.cc69 return (tag << tagShift) | (entry->getSet() << setShift);
H A Dskewed_associative.cc203 const Addr addr_set = (tag << (msbShift + 1)) | entry->getSet();
/gem5/src/mem/cache/prefetch/
H A Dstride.cc245 victim->getSet(), victim->getWay());
257 DPRINTF(HWPrefetch, "Lookup hit table[%d][%d].\n", entry.getSet(),
/gem5/src/mem/cache/
H A Dcache_blk.hh386 getSet(), getWay());

Completed in 9 milliseconds