gem5
|
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 Packet::SenderState | |
SenderState () | |
virtual | ~SenderState () |
Public Attributes | |
GPUDynInstPtr | _gpuDynInst |
int | portIndex |
Public Attributes inherited from Packet::SenderState | |
SenderState * | predecessor |
SenderState is information carried along with the packet throughout the TLB hierarchy.
Definition at line 560 of file compute_unit.hh.
|
inline |
Definition at line 570 of file compute_unit.hh.
GPUDynInstPtr ComputeUnit::DTLBPort::SenderState::_gpuDynInst |
Definition at line 563 of file compute_unit.hh.
Referenced by ComputeUnit::DTLBPort::recvTimingResp().
int ComputeUnit::DTLBPort::SenderState::portIndex |
Definition at line 567 of file compute_unit.hh.
Referenced by ComputeUnit::DTLBPort::recvTimingResp().