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