gem5
[DEVELOP-FOR-23.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 137 of file GPUCoalescer.hh.
|
inline |
Definition at line 140 of file GPUCoalescer.hh.
|
inline |
Definition at line 146 of file GPUCoalescer.hh.
|
inline |
Definition at line 174 of file GPUCoalescer.hh.
References gpuDynInstPtr, numPendingStores, originalPort, gem5::Packet::senderState, gem5::ResponsePort::sendTimingResp(), ss, and gem5::MemCmd::WriteCompleteResp.
Referenced by gem5::ruby::GPUCoalescer::writeCompleteCallback().
|
inline |
Definition at line 150 of file GPUCoalescer.hh.
References gpuDynInstPtr, numPendingStores, and originalPort.
Referenced by gem5::ruby::GPUCoalescer::coalescePacket().
|
inline |
Definition at line 195 of file GPUCoalescer.hh.
References numPendingStores.
Referenced by gem5::ruby::GPUCoalescer::writeCompleteCallback().
|
inline |
Definition at line 165 of file GPUCoalescer.hh.
References numPendingStores.
Referenced by gem5::ruby::GPUCoalescer::writeCompleteCallback().
|
private |
Definition at line 210 of file GPUCoalescer.hh.
Referenced by ackWriteCompletion(), and addPendingReq().
|
private |
Definition at line 201 of file GPUCoalescer.hh.
Referenced by ackWriteCompletion(), addPendingReq(), getNumPendingStores(), and receiveWriteCompleteAck().
|
private |
Definition at line 207 of file GPUCoalescer.hh.
Referenced by ackWriteCompletion(), and addPendingReq().