ETISS 0.11.2
ExtendableTranslatingInstructionSetSimulator(version0.11.2)
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
PTEFormat.h File Reference
#include <iostream>
#include <map>
#include <memory>
#include <string>
#include <cstdint>
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

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.