| gem5
    | 
Declaration of a request, the overall memory request consisting of the parts of the request that are persistent throughout the transaction. More...
#include <cassert>#include <climits>#include "base/flags.hh"#include "base/misc.hh"#include "base/types.hh"#include "cpu/inst_seq.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 Request * | RequestPtr | 
| typedef uint16_t | MasterID | 
| 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 MasterID | 
Definition at line 85 of file request.hh.
| typedef Request* RequestPtr | 
Definition at line 82 of file request.hh.