gem5
v22.1.0.0
|
SenderState is information carried along with the packet, esp. More...
#include <compute_unit.hh>
Public Member Functions | |
SenderState (GPUDynInstPtr gpuDynInst) | |
GPUDynInstPtr | getMemInst () const |
![]() | |
SenderState () | |
virtual | ~SenderState () |
Protected Attributes | |
GPUDynInstPtr | _gpuDynInst = nullptr |
Additional Inherited Members | |
![]() | |
SenderState * | predecessor |
SenderState is information carried along with the packet, esp.
the GPUDynInstPtr
Definition at line 834 of file compute_unit.hh.
|
inline |
Definition at line 841 of file compute_unit.hh.
|
inline |
Definition at line 847 of file compute_unit.hh.
References _gpuDynInst.
Referenced by gem5::LdsState::countBankConflicts(), gem5::ComputeUnit::LDSPort::recvTimingResp(), and gem5::ComputeUnit::LDSPort::sendTimingReq().
|
protected |
Definition at line 838 of file compute_unit.hh.
Referenced by getMemInst().