gem5 v24.1.0.1
|
#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 121 of file tester_thread.hh.
|
inline |
Definition at line 128 of file tester_thread.hh.
|
inline |
Definition at line 132 of file tester_thread.hh.
Cycles gem5::TesterThread::OutstandingReq::issueCycle |
Definition at line 126 of file tester_thread.hh.
int gem5::TesterThread::OutstandingReq::lane |
Definition at line 123 of file tester_thread.hh.
Referenced by gem5::DmaThread::hitCallback(), and gem5::GpuWavefront::hitCallback().
Location gem5::TesterThread::OutstandingReq::origLoc |
Definition at line 124 of file tester_thread.hh.
Referenced by gem5::DmaThread::hitCallback(), and gem5::GpuWavefront::hitCallback().
Value gem5::TesterThread::OutstandingReq::storedValue |
Definition at line 125 of file tester_thread.hh.
Referenced by gem5::DmaThread::hitCallback(), and gem5::GpuWavefront::hitCallback().