gem5
v20.1.0.0
|
#include <queue>
#include "base/statistics.hh"
#include "cpu/exetrace.hh"
#include "cpu/inst_seq.hh"
#include "cpu/timebuf.hh"
#include "enums/CommitPolicy.hh"
#include "sim/probe/probe.hh"
Go to the source code of this file.
Classes | |
struct | O3ThreadState< Impl > |
Class that has various thread state, such as the status, the current instruction being processed, whether or not the thread has a trap pending or is being externally updated, the ThreadContext pointer, etc. More... | |
class | DefaultCommit< Impl > |
DefaultCommit handles single threaded and SMT commit. More... | |
struct | DefaultCommit< Impl >::CommitStats |