65 seg.base = mapper(
seg.base);
This object is a proxy for a port or other object which implements the functional response protocol,...
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
bool write(const PortProxy &proxy) const
bool writeSegment(const Segment &seg, const PortProxy &proxy) const
MemoryImage & move(std::function< Addr(Addr)> mapper)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
PortProxy Object Declaration.