ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Classes | Namespaces | Typedefs
PTEFormat.h File Reference
#include <iostream>
#include <map>
#include <memory>
#include <string>
Include dependency graph for PTEFormat.h:
This graph shows which files directly or indirectly include this file:

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...