gem5/src/mem/cache/tags
Andreas Hansson da4539dc74 misc: Fix a number of unitialised variables and members
Static analysis unearther a bunch of uninitialised variables and
members, and this patch addresses the problem. In all cases these
omissions seem benign in the end, but at least fixing them means less
false positives next time round.
2014-09-09 04:36:31 -04:00
..
base.cc misc: Fix a number of unitialised variables and members 2014-09-09 04:36:31 -04:00
base.hh Cache: Collect very basic stats on tag and data accesses 2014-01-24 15:29:30 -06:00
base_set_assoc.cc misc: Fix a number of unitialised variables and members 2014-09-09 04:36:31 -04:00
base_set_assoc.hh mem: Properly set cache block status fields on writebacks 2014-08-13 06:57:24 -04:00
cacheset.hh mem: Add support for a security bit in the memory system 2014-01-24 15:29:30 -06:00
fa_lru.cc misc: Fix a number of unitialised variables and members 2014-09-09 04:36:31 -04:00
fa_lru.hh mem: Remove redundant findVictim() input argument 2014-01-28 18:00:50 -06:00
lru.cc mem: refactor LRU cache tags and add random replacement tags 2014-07-28 12:23:23 -04:00
lru.hh mem: refactor LRU cache tags and add random replacement tags 2014-07-28 12:23:23 -04:00
random_repl.cc mem: refactor LRU cache tags and add random replacement tags 2014-07-28 12:23:23 -04:00
random_repl.hh mem: refactor LRU cache tags and add random replacement tags 2014-07-28 12:23:23 -04:00
SConscript mem: refactor LRU cache tags and add random replacement tags 2014-07-28 12:23:23 -04:00
Tags.py mem: refactor LRU cache tags and add random replacement tags 2014-07-28 12:23:23 -04:00