gem5  v20.1.0.0
Classes | Namespaces | Typedefs | Enumerations
request.hh File Reference
#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< RequestRequestPtr
 
typedef uint16_t RequestorID
 

Enumerations

enum  ContextSwitchTaskId::TaskId {
  ContextSwitchTaskId::MaxNormalTaskId = 1021, ContextSwitchTaskId::Prefetcher = 1022, ContextSwitchTaskId::DMA = 1023, ContextSwitchTaskId::Unknown = 1024,
  ContextSwitchTaskId::NumTaskId
}
 

Detailed Description

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 Documentation

◆ RequestorID

typedef uint16_t RequestorID

Definition at line 85 of file request.hh.

◆ RequestPtr

typedef std::shared_ptr<Request> RequestPtr

Definition at line 82 of file request.hh.


Generated on Wed Sep 30 2020 14:02:19 for gem5 by doxygen 1.8.17