gem5
v22.0.0.1
|
#include <string>
#include <unordered_map>
#include "base/bitfield.hh"
#include "base/intmath.hh"
#include "base/types.hh"
#include "mem/request.hh"
#include "mem/translation_gen.hh"
#include "sim/serialize.hh"
Go to the source code of this file.
Classes | |
class | gem5::EmulationPageTable |
struct | gem5::EmulationPageTable::Entry |
class | gem5::EmulationPageTable::PageTableTranslationGen |
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. | |
Declarations of a non-full system Page Table.
Definition in file page_table.hh.