gem5
|
#include <GPUCoalescer.hh>
Public Member Functions | |
RequestDesc (PacketPtr pkt, RubyRequestType p_type, RubyRequestType s_type) | |
RequestDesc () | |
Public Attributes | |
PacketPtr | pkt |
RubyRequestType | primaryType |
RubyRequestType | secondaryType |
Definition at line 76 of file GPUCoalescer.hh.
|
inline |
Definition at line 79 of file GPUCoalescer.hh.
|
inline |
Definition at line 84 of file GPUCoalescer.hh.
PacketPtr RequestDesc::pkt |
Definition at line 89 of file GPUCoalescer.hh.
Referenced by GPUCoalescer::completeIssue().
RubyRequestType RequestDesc::primaryType |
Definition at line 90 of file GPUCoalescer.hh.
Referenced by GPUCoalescer::completeIssue().
RubyRequestType RequestDesc::secondaryType |
Definition at line 91 of file GPUCoalescer.hh.
Referenced by GPUCoalescer::completeIssue().