7#ifndef ETISS_INCLUDE_MM_PTEFORMAT_H_
8#define ETISS_INCLUDE_MM_PTEFORMAT_H_
26typedef std::map<std::string, std::pair<uint32_t, uint32_t>>
PTEFormatMap;
36 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...