gem5
|
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 651 of file compute_unit.hh.
|
inline |
Definition at line 658 of file compute_unit.hh.
|
inline |
Definition at line 664 of file compute_unit.hh.
References _gpuDynInst.
Referenced by LdsState::countBankConflicts(), LdsState::getDynInstr(), LdsState::process(), ComputeUnit::LDSPort::recvTimingResp(), and ComputeUnit::LDSPort::sendTimingReq().
|
protected |
Definition at line 655 of file compute_unit.hh.
Referenced by getMemInst().