gem5
v21.2.1.1
|
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 | |
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. | |
Typedefs | |
using | gem5::TranslationGenPtr = std::unique_ptr< TranslationGen > |