summaryrefslogtreecommitdiff
path: root/src/mem/cache/tags/sector_tags.cc
AgeCommit message (Expand)Author
2018-11-14mem-cache: Remove Cache dependency from TagsDaniel R. Carvalho
2018-11-14mem-cache: Move access latency calculation to CacheDaniel R. Carvalho
2018-11-05mem-cache: Rename the tag class init function to tagsInit.Gabe Black
2018-10-11mem-cache: Factor ReplaceableEntry outDaniel R. Carvalho
2018-10-11mem-cache: Virtualize block printDaniel R. Carvalho
2018-10-10mem-cache: Split Tags for indexing policiesDaniel R. Carvalho
2018-10-10mem-cache: Use set and way for ReplaceableEntryDaniel R. Carvalho
2018-10-10mem-cache: Use possible locations to find blockDaniel R. Carvalho
2018-10-10mem-cache: Create tags initialization functionDaniel R. Carvalho
2018-10-10mem-cache: Remove Packet dependency in TagsDaniel R. Carvalho
2018-06-13mem-cache: Remove unnecessary cast in SectorTags::findVictimNikos Nikoleris
2018-06-13mem-cache: Make packet const in insertBlockDaniel R. Carvalho
2018-06-13mem-cache: Create Sector CacheDaniel R. Carvalho