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