45 #ifndef ETISS_INCLUDE_MM_PTEFORMAT_H_
46 #define ETISS_INCLUDE_MM_PTEFORMAT_H_
62 typedef std::map<std::string, std::pair<uint32_t, uint32_t>>
PTEFormatMap;
72 static std::shared_ptr<PTEFormat> instance = std::shared_ptr<PTEFormat>(
new PTEFormat());
static __inline__ uint32_t
std::map< std::string, std::pair< uint32_t, uint32_t > > PTEFormatMap
Singleton to represent specific PTE format, every PTE uses this singleton to parse raw PTE value into...
Page Table Entry (PTE) defines the composition of Page Frame Number (PFN) and relavant flags.