gem5
|
#include <GPUCoalescer.hh>
Public Member Functions | |
GPUCoalescerRequest (PacketPtr _pkt, RubyRequestType _m_type, Cycles _issue_time) | |
Public Attributes | |
PacketPtr | pkt |
RubyRequestType | m_type |
Cycles | issue_time |
Definition at line 64 of file GPUCoalescer.hh.
|
inline |
Definition at line 70 of file GPUCoalescer.hh.
Cycles GPUCoalescerRequest::issue_time |
Definition at line 68 of file GPUCoalescer.hh.
Referenced by GPUCoalescer::recordMissLatency(), and GPUCoalescer::wakeup().
RubyRequestType GPUCoalescerRequest::m_type |
Definition at line 67 of file GPUCoalescer.hh.
Referenced by GPUCoalescer::handleLlsc(), GPUCoalescer::hitCallback(), GPUCoalescer::recordMissLatency(), and GPUCoalescer::removeRequest().
PacketPtr GPUCoalescerRequest::pkt |
Definition at line 66 of file GPUCoalescer.hh.
Referenced by GPUCoalescer::handleLlsc(), GPUCoalescer::hitCallback(), GPUCoalescer::mapAddrToPkt(), GPUCoalescer::recordMissLatency(), GPUCoalescer::removeRequest(), and GPUCoalescer::wakeup().