gem5
v22.0.0.0
|
#include <list>
#include <memory>
#include <set>
#include <unordered_map>
#include <unordered_set>
#include "base/statistics.hh"
#include "cpu/inst_seq.hh"
#include "cpu/o3/dyn_inst_ptr.hh"
#include "cpu/o3/limits.hh"
#include "cpu/o3/store_set.hh"
#include "debug/MemDepUnit.hh"
Go to the source code of this file.
Classes | |
struct | gem5::SNHash |
class | gem5::o3::MemDepUnit |
Memory dependency unit class. More... | |
class | gem5::o3::MemDepUnit::MemDepEntry |
Memory dependence entries that track memory operations, marking when the instruction is ready to execute and what instructions depend upon it. More... | |
struct | gem5::o3::MemDepUnit::MemDepUnitStats |
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::o3 | |