gem5 v24.0.0.0
|
#include <tester_thread.hh>
Public Member Functions | |
OutstandingReq (int _lane, Location _loc, Value _val, Cycles _cycle) | |
~OutstandingReq () | |
Public Attributes | |
int | lane |
Location | origLoc |
Value | storedValue |
Cycles | issueCycle |
Definition at line 120 of file tester_thread.hh.
|
inline |
Definition at line 127 of file tester_thread.hh.
|
inline |
Definition at line 131 of file tester_thread.hh.
Cycles gem5::TesterThread::OutstandingReq::issueCycle |
Definition at line 125 of file tester_thread.hh.
int gem5::TesterThread::OutstandingReq::lane |
Definition at line 122 of file tester_thread.hh.
Referenced by gem5::DmaThread::hitCallback(), and gem5::GpuWavefront::hitCallback().
Location gem5::TesterThread::OutstandingReq::origLoc |
Definition at line 123 of file tester_thread.hh.
Referenced by gem5::DmaThread::hitCallback(), and gem5::GpuWavefront::hitCallback().
Value gem5::TesterThread::OutstandingReq::storedValue |
Definition at line 124 of file tester_thread.hh.
Referenced by gem5::DmaThread::hitCallback(), and gem5::GpuWavefront::hitCallback().