gem5 v24.0.0.0
|
Public Member Functions | |
TestProxy (BackingStore &_store) | |
TestProxy (ThreadContext *tc) | |
void | writeBlob (Addr ptr, const void *data, int size) |
void | readBlob (Addr ptr, void *data, int size) |
Public Attributes | |
BackingStore & | store |
Definition at line 162 of file proxy_ptr.test.cc.
|
inline |
Definition at line 167 of file proxy_ptr.test.cc.
|
inline |
Definition at line 169 of file proxy_ptr.test.cc.
|
inline |
Definition at line 178 of file proxy_ptr.test.cc.
References data, BackingStore::readBlob(), and store.
|
inline |
Definition at line 172 of file proxy_ptr.test.cc.
References data, store, and BackingStore::writeBlob().
BackingStore& TestProxy::store |
Definition at line 165 of file proxy_ptr.test.cc.
Referenced by readBlob(), and writeBlob().