45 #ifndef __MEM_SE_TRANSLATING_PORT_PROXY_HH__
46 #define __MEM_SE_TRANSLATING_PORT_PROXY_HH__
102 #endif // __MEM_SE_TRANSLATING_PORT_PROXY_HH__
A MasterPort is a specialisation of a BaseMasterPort, which implements the default protocol for the t...
void readString(std::string &str, Addr addr) const
virtual ~SETranslatingPortProxy()
SETranslatingPortProxy(MasterPort &port, Process *p, AllocType alloc)
virtual void readBlob(Addr addr, uint8_t *p, int size) const
Read size bytes memory at address and store in p.
PortProxy Object Declaration.
bool tryReadString(std::string &str, Addr addr) const
void setPageTable(PageTableBase *p)
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
virtual void memsetBlob(Addr addr, uint8_t val, int size) const
Fill size bytes starting at addr with byte value val.
Declaration of base class for page table.
void writeString(Addr addr, const char *str) const
This object is a proxy for a structural port, to be used for debug accesses.
bool tryReadBlob(Addr addr, uint8_t *p, int size) const
bool tryMemsetBlob(Addr addr, uint8_t val, int size) const
void setProcess(Process *p)
bool tryWriteBlob(Addr addr, const uint8_t *p, int size) const
virtual void writeBlob(Addr addr, const uint8_t *p, int size) const
Write size bytes from p to address.
bool tryWriteString(Addr addr, const char *str) const