|
ETISS 0.11.2
ExtendableTranslatingInstructionSetSimulator(version0.11.2)
|
#include <iostream>#include <map>#include <memory>#include <string>#include <cstdint>

Go to the source code of this file.
Classes | |
| class | etiss::mm::PTEFormat |
Namespaces | |
| namespace | etiss |
| forwards: include/jit/* | |
| namespace | 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. | |