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 (Wavefront *_wavefront) | |
Public Member Functions inherited from gem5::Packet::SenderState | |
SenderState () | |
virtual | ~SenderState () |
Public Attributes | |
Wavefront * | wavefront |
Public Attributes inherited from gem5::Packet::SenderState | |
SenderState * | predecessor |
SenderState is information carried along with the packet throughout the TLB hierarchy.
Definition at line 825 of file compute_unit.hh.
|
inline |
Definition at line 830 of file compute_unit.hh.
Wavefront* gem5::ComputeUnit::ITLBPort::SenderState::wavefront |
Definition at line 828 of file compute_unit.hh.
Referenced by gem5::ComputeUnit::ITLBPort::recvTimingResp().