ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
|
#include <iostream>
#include <map>
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
class | etiss::mm::PTEFormat |
Namespaces | |
etiss | |
Page Table Entry (PTE) defines the composition of Page Frame Number (PFN) and relavant flags. | |
etiss::mm | |
Typedefs | |
typedef std::map< std::string, std::pair< uint32_t, uint32_t > > | etiss::mm::PTEFormatMap |
Singleton to represent specific PTE format, every PTE uses this singleton to parse raw PTE value into PPN and protection flags, read/write PPN or flags. More... | |