Searched refs:tryWriteString (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/
H A Dport_proxy.hh235 bool tryWriteString(Addr addr, const char *str) const;
238 * Same as tryWriteString, but insists on success.
243 if (!tryWriteString(addr, str))
H A Dport_proxy.cc92 PortProxy::tryWriteString(Addr addr, const char *str) const function in class:PortProxy

Completed in 5 milliseconds