62 seg.base = mapper(
seg.base);
MemoryImage & move(std::function< Addr(Addr)> mapper)
bool write(const PortProxy &proxy) const
PortProxy Object Declaration.
void writeBlob(Addr addr, const void *p, int size) const
Same as tryWriteBlob, but insists on success.
void memsetBlob(Addr addr, uint8_t v, int size) const
Same as tryMemsetBlob, but insists on success.
std::vector< Segment > _segments
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
bool writeSegment(const Segment &seg, const PortProxy &proxy) const
This object is a proxy for a port or other object which implements the functional response protocol...