gem5 v24.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 | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::o3 |