gem5 v24.0.0.0
|
#include <iterator>
#include <memory>
#include "base/logging.hh"
#include "base/types.hh"
#include "mem/request.hh"
Go to the source code of this file.
Classes | |
class | gem5::TranslationGen |
TranslationGen is a base class for a generator object which returns information about address translations over a range of virtual addresses. More... | |
struct | gem5::TranslationGen::Range |
This structure represents a single, contiguous translation, or carries information about whatever fault might have happened while attempting it. More... | |
class | gem5::TranslationGenConstIterator |
An iterator for pulling "Range" instances out of a TranslationGen. More... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Typedefs | |
using | gem5::TranslationGenPtr = std::unique_ptr<TranslationGen> |