gem5
v21.2.0.0
|
#include <cstdint>
#include <string>
#include <vector>
#include "base/statistics.hh"
#include "mem/cache/tags/base.hh"
#include "mem/cache/tags/sector_blk.hh"
#include "mem/packet.hh"
#include "params/SectorTags.hh"
Go to the source code of this file.
Classes | |
class | gem5::SectorTags |
A SectorTags cache tag store. More... | |
struct | gem5::SectorTags::SectorTagsStats |
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 | |
Functions | |
gem5::GEM5_DEPRECATED_NAMESPACE (ReplacementPolicy, replacement_policy) | |
Declaration of a sector tag store.
Definition in file sector_tags.hh.