gem5
v21.2.0.0
|
#include <algorithm>
#include <cassert>
#include <cstdint>
#include <functional>
#include <limits>
#include <memory>
#include <vector>
#include "base/amo.hh"
#include "base/compiler.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 | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
gem5::context_switch_task_id | |
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 } |
Functions | |
gem5::GEM5_DEPRECATED_NAMESPACE (ContextSwitchTaskId, context_switch_task_id) | |
Special TaskIds that are used for per-context-switch stats dumps and Cache Occupancy. More... | |
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.