gem5
[DEVELOP-FOR-23.0]
|
#include <memory>
#include "base/compiler.hh"
#include "mem/cache/replacement_policies/replaceable_entry.hh"
#include "mem/packet.hh"
#include "params/BaseReplacementPolicy.hh"
#include "sim/sim_object.hh"
Go to the source code of this file.
Classes | |
class | gem5::replacement_policy::Base |
A common base class of cache replacement policy objects. More... | |
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
gem5::replacement_policy | |
Typedefs | |
typedef std::vector< ReplaceableEntry * > | gem5::ReplacementCandidates |
Replacement candidates as chosen by the indexing policy. More... | |