gem5
v20.1.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 160 of file proxy_ptr.test.cc.
|
inline |
Definition at line 165 of file proxy_ptr.test.cc.
|
inline |
Definition at line 167 of file proxy_ptr.test.cc.
|
inline |
Definition at line 176 of file proxy_ptr.test.cc.
References data, BackingStore::readBlob(), and store.
|
inline |
Definition at line 170 of file proxy_ptr.test.cc.
References data, store, and BackingStore::writeBlob().
BackingStore& TestProxy::store |
Definition at line 163 of file proxy_ptr.test.cc.
Referenced by readBlob(), and writeBlob().