gem5 v24.0.0.0
|
AbstractMemory declaration. More...
#include "mem/backdoor.hh"
#include "mem/port.hh"
#include "params/AbstractMemory.hh"
#include "sim/clocked_object.hh"
#include "sim/stats.hh"
Go to the source code of this file.
Classes | |
class | gem5::memory::LockedAddr |
Locked address class that represents a physical address and a context id. More... | |
class | gem5::memory::AbstractMemory |
An abstract memory represents a contiguous block of physical memory, with an associated address range, and also provides basic functionality for reading and writing this memory without any timing information. More... | |
struct | gem5::memory::AbstractMemory::MemStats |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::memory |
AbstractMemory declaration.
Definition in file abstract_mem.hh.