Go to the documentation of this file.
57 #ifndef __MEM_PORT_PROXY_HH__
58 #define __MEM_PORT_PROXY_HH__
102 panic(
"Port proxies should never receive snoops.");
123 void *
p,
int size)
const;
129 const void *
p,
int size)
const;
135 uint8_t
v,
int size)
const;
185 fatal(
"readBlob(%#x, ...) failed",
addr);
195 fatal(
"writeBlob(%#x, ...) failed",
addr);
205 fatal(
"memsetBlob(%#x, ...) failed",
addr);
211 template <
typename T>
217 template <
typename T>
224 template <
typename T>
225 T
read(
Addr address, ByteOrder guest_byte_order)
const;
231 template <
typename T>
232 void write(
Addr address, T
data, ByteOrder guest_byte_order)
const;
247 fatal(
"writeString(%#x, ...) failed",
addr);
263 fatal(
"readString(%#x, ...) failed",
addr);
280 fatal(
"readString(%#x, ...) failed",
addr);
285 template <
typename T>
294 template <
typename T>
301 template <
typename T>
310 template <
typename T>
320 #endif // __MEM_PORT_PROXY_HH__
#define fatal(...)
This implements a cprintf based fatal() function.
virtual bool tryWriteBlob(Addr addr, const void *p, int size) const
Write size bytes from p to address.
void writeBlob(Addr addr, const void *p, int size) const
Same as tryWriteBlob, but insists on success.
virtual bool tryReadBlob(Addr addr, void *p, int size) const
Methods to override in base classes.
bool tryReadString(std::string &str, Addr addr) const
Reads the string at guest address addr into the std::string str.
void readString(std::string &str, Addr addr) const
Same as tryReadString, but insists on success.
void memsetBlobPhys(Addr addr, Request::Flags flags, uint8_t v, int size) const
Fill size bytes starting at physical addr with byte value val.
SendFunctionalFunc sendFunctional
A RequestPort is a specialisation of a Port, which implements the default protocol for the three diff...
virtual bool tryMemsetBlob(Addr addr, uint8_t val, int size) const
Fill size bytes starting at addr with byte value val.
std::function< void(PacketPtr pkt)> SendFunctionalFunc
ThreadContext is the external interface to all thread state for anything outside of the CPU.
bool tryWriteString(Addr addr, const char *str) const
Write the string str into guest memory at address addr.
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
T read(Addr address) const
Read sizeof(T) bytes from address and return as object T.
T gtoh(T value, ByteOrder guest_byte_order)
This object is a proxy for a port or other object which implements the functional response protocol,...
void recvFunctionalSnoop(PacketPtr pkt) override
Receive a functional snoop request packet from the peer.
T htog(T value, ByteOrder guest_byte_order)
void readBlob(Addr addr, void *p, int size) const
Higher level interfaces based on the above.
void writeBlobPhys(Addr addr, Request::Flags flags, const void *p, int size) const
Write size bytes from p to physical address.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
PortProxy(SendFunctionalFunc func, unsigned int cache_line_size)
const unsigned int _cacheLineSize
Granularity of any transactions issued through this proxy.
void writeString(Addr addr, const char *str) const
Same as tryWriteString, but insists on success.
void memsetBlob(Addr addr, uint8_t v, int size) const
Same as tryMemsetBlob, but insists on success.
void readString(char *str, Addr addr, size_t maxlen) const
Same as tryReadString, but insists on success.
void readBlobPhys(Addr addr, Request::Flags flags, void *p, int size) const
Fixed functionality for use in base classes.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
void write(Addr address, const T &data) const
Write object T to address.
#define panic(...)
This implements a cprintf based panic() function.
Generated on Tue Dec 21 2021 11:34:33 for gem5 by doxygen 1.8.17