gem5 v24.0.0.0
|
SenderState is information carried along with the packet throughout the TLB hierarchy. More...
#include <compute_unit.hh>
Public Member Functions | |
SenderState (GPUDynInstPtr gpuDynInst, PortID port_index) | |
Public Member Functions inherited from gem5::Packet::SenderState | |
SenderState () | |
virtual | ~SenderState () |
Public Attributes | |
GPUDynInstPtr | _gpuDynInst |
PortID | portIndex |
Public Attributes inherited from gem5::Packet::SenderState | |
SenderState * | predecessor |
SenderState is information carried along with the packet throughout the TLB hierarchy.
Definition at line 751 of file compute_unit.hh.
|
inline |
Definition at line 761 of file compute_unit.hh.
GPUDynInstPtr gem5::ComputeUnit::DTLBPort::SenderState::_gpuDynInst |
Definition at line 754 of file compute_unit.hh.
Referenced by gem5::ComputeUnit::DTLBPort::recvTimingResp().
PortID gem5::ComputeUnit::DTLBPort::SenderState::portIndex |
Definition at line 758 of file compute_unit.hh.
Referenced by gem5::ComputeUnit::DTLBPort::recvTimingResp().