gem5
v20.1.0.0
|
#include <cassert>
#include <climits>
#include "base/amo.hh"
#include "base/flags.hh"
#include "base/logging.hh"
#include "base/types.hh"
#include "cpu/inst_seq.hh"
#include "mem/htm.hh"
#include "sim/core.hh"
Go to the source code of this file.
Classes | |
class | Request |
Namespaces | |
ContextSwitchTaskId | |
Special TaskIds that are used for per-context-switch stats dumps and Cache Occupancy. | |
Typedefs | |
typedef std::shared_ptr< Request > | RequestPtr |
typedef uint16_t | RequestorID |
Enumerations | |
enum | ContextSwitchTaskId::TaskId { ContextSwitchTaskId::MaxNormalTaskId = 1021, ContextSwitchTaskId::Prefetcher = 1022, ContextSwitchTaskId::DMA = 1023, ContextSwitchTaskId::Unknown = 1024, ContextSwitchTaskId::NumTaskId } |
Declaration of a request, the overall memory request consisting of the parts of the request that are persistent throughout the transaction.
Definition in file request.hh.
typedef uint16_t RequestorID |
Definition at line 85 of file request.hh.
typedef std::shared_ptr<Request> RequestPtr |
Definition at line 82 of file request.hh.