gem5
v21.0.0.0
|
#include <GPUCoalescer.hh>
Public Member Functions | |
PendingWriteInst () | |
~PendingWriteInst () | |
void | addPendingReq (RubyPort::MemResponsePort *port, GPUDynInstPtr inst, bool usingRubyTester) |
bool | receiveWriteCompleteAck () |
void | ackWriteCompletion (bool usingRubyTester) |
int | getNumPendingStores () |
Private Attributes | |
int | numPendingStores |
RubyPort::MemResponsePort * | originalPort |
GPUDynInstPtr | gpuDynInstPtr |
Definition at line 133 of file GPUCoalescer.hh.
|
inline |
Definition at line 136 of file GPUCoalescer.hh.
|
inline |
Definition at line 142 of file GPUCoalescer.hh.
|
inline |
Definition at line 170 of file GPUCoalescer.hh.
References gpuDynInstPtr, numPendingStores, originalPort, Packet::senderState, ResponsePort::sendTimingResp(), ArmISA::ss, and MemCmd::WriteCompleteResp.
Referenced by GPUCoalescer::writeCompleteCallback().
|
inline |
Definition at line 146 of file GPUCoalescer.hh.
References gpuDynInstPtr, numPendingStores, and originalPort.
Referenced by GPUCoalescer::coalescePacket().
|
inline |
Definition at line 191 of file GPUCoalescer.hh.
References numPendingStores.
Referenced by GPUCoalescer::writeCompleteCallback().
|
inline |
Definition at line 161 of file GPUCoalescer.hh.
References numPendingStores.
Referenced by GPUCoalescer::writeCompleteCallback().
|
private |
Definition at line 206 of file GPUCoalescer.hh.
Referenced by ackWriteCompletion(), and addPendingReq().
|
private |
Definition at line 197 of file GPUCoalescer.hh.
Referenced by ackWriteCompletion(), addPendingReq(), getNumPendingStores(), and receiveWriteCompleteAck().
|
private |
Definition at line 203 of file GPUCoalescer.hh.
Referenced by ackWriteCompletion(), and addPendingReq().