gem5 v24.0.0.0
|
Declaration of a request, the overall memory request consisting of the parts of the request that are persistent throughout the transaction. More...
#include <algorithm>
#include <cassert>
#include <cstdint>
#include <functional>
#include <limits>
#include <memory>
#include <vector>
#include "base/amo.hh"
#include "base/compiler.hh"
#include "base/extensible.hh"
#include "base/flags.hh"
#include "base/types.hh"
#include "cpu/inst_seq.hh"
#include "mem/htm.hh"
#include "sim/cur_tick.hh"
Go to the source code of this file.
Classes | |
class | gem5::Request |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::context_switch_task_id |
Special TaskIds that are used for per-context-switch stats dumps and Cache Occupancy. | |
Typedefs | |
typedef std::shared_ptr< Request > | gem5::RequestPtr |
typedef uint16_t | gem5::RequestorID |
Enumerations | |
enum | gem5::context_switch_task_id::TaskId { gem5::context_switch_task_id::MaxNormalTaskId = 1021 , gem5::context_switch_task_id::Prefetcher = 1022 , gem5::context_switch_task_id::DMA = 1023 , gem5::context_switch_task_id::Unknown = 1024 , gem5::context_switch_task_id::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.