gem5 v24.1.0.1
|
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 877 of file compute_unit.hh.
|
inline |
Definition at line 884 of file compute_unit.hh.
|
inline |
Definition at line 890 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 881 of file compute_unit.hh.
Referenced by getMemInst().