gem5 v23.0.0.0
|
#include <memory>
#include "base/compiler.hh"
#include "base/statistics.hh"
#include "mem/cache/replacement_policies/base.hh"
#include "mem/cache/tags/dueling.hh"
Go to the source code of this file.
Classes | |
class | gem5::replacement_policy::Dueling |
This replacement policy duels two replacement policies to find out which one provides the best results. More... | |
struct | gem5::replacement_policy::Dueling::DuelerReplData |
Dueler-specific implementation of replacement data. More... | |
struct | gem5::replacement_policy::Dueling::DuelingStats |
Namespaces | |
namespace | 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. | |
namespace | gem5::replacement_policy |