gem5
v20.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 |
Public Member Functions inherited from Packet::SenderState | |
SenderState () | |
virtual | ~SenderState () |
Protected Attributes | |
GPUDynInstPtr | _gpuDynInst = nullptr |
Additional Inherited Members | |
Public Attributes inherited from Packet::SenderState | |
SenderState * | predecessor |
SenderState is information carried along with the packet, esp.
the GPUDynInstPtr
Definition at line 927 of file compute_unit.hh.
|
inline |
Definition at line 934 of file compute_unit.hh.
|
inline |
Definition at line 940 of file compute_unit.hh.
References _gpuDynInst.
Referenced by LdsState::countBankConflicts(), ComputeUnit::LDSPort::recvTimingResp(), and ComputeUnit::LDSPort::sendTimingReq().
|
protected |
Definition at line 931 of file compute_unit.hh.
Referenced by getMemInst().