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, uint64_t size) const
Same as tryWriteBlob, but insists on success.
void memsetBlob(Addr addr, uint8_t v, uint64_t 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)
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
PortProxy Object Declaration.