56 std::map<std::string, std::function<std::pair<uint8_t *, size_t>(std::string,
ETISS_CPU *)>>
60 std::function<std::pair<uint8_t *, size_t>(std::string,
ETISS_CPU *)> allocator);
general configuration and logging
#define etiss_del_como(CLASS)
void registerAllocator(std::string type, std::function< std::pair< uint8_t *, size_t >(std::string, ETISS_CPU *)> allocator)
etiss_del_como(CPUStateCopyHelper) private std::map< std::string, std::function< std::pair< uint8_t *, size_t >std::string, ETISS_CPU *)> > allocatorMap_
type -> std::pair<uint8_t*,size_t>(*func)(std::string registername,ETISS_CPU * cpu)
Page Table Entry (PTE) defines the composition of Page Frame Number (PFN) and relavant flags.
basic cpu state structure needed for execution of any cpu architecture.