gem5
v22.0.0.0
|
#include <cstdint>
#include <vector>
#include "base/statistics.hh"
#include "base/types.hh"
#include "mem/cache/compressors/base.hh"
Go to the source code of this file.
Classes | |
class | gem5::compression::Multi |
struct | gem5::compression::Multi::MultiStats |
class | gem5::compression::Multi::MultiCompData |
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::compression | |
Functions | |
gem5::GEM5_DEPRECATED_NAMESPACE (Compressor, compression) | |
Definition of the a multi compressor that choses the best compression among multiple compressors.
Definition in file multi.hh.