gem5  v21.0.1.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
UncoalescedTable Class Reference

#include <GPUCoalescer.hh>

Public Member Functions

 UncoalescedTable (GPUCoalescer *gc)
 
 ~UncoalescedTable ()
 
void insertPacket (PacketPtr pkt)
 
bool packetAvailable ()
 
void printRequestTable (std::stringstream &ss)
 
void initPacketsRemaining (InstSeqNum seqNum, int count)
 
int getPacketsRemaining (InstSeqNum seqNum)
 
void setPacketsRemaining (InstSeqNum seqNum, int count)
 
PerInstPacketsgetInstPackets (int offset)
 
void updateResources ()
 
bool areRequestsDone (const InstSeqNum instSeqNum)
 
void checkDeadlock (Tick threshold)
 

Private Attributes

GPUCoalescercoalescer
 
std::map< InstSeqNum, PerInstPacketsinstMap
 
std::map< InstSeqNum, int > instPktsRemaining
 

Detailed Description

Definition at line 63 of file GPUCoalescer.hh.

Constructor & Destructor Documentation

◆ UncoalescedTable()

UncoalescedTable::UncoalescedTable ( GPUCoalescer gc)

Definition at line 57 of file GPUCoalescer.cc.

◆ ~UncoalescedTable()

UncoalescedTable::~UncoalescedTable ( )
inline

Definition at line 67 of file GPUCoalescer.hh.

Member Function Documentation

◆ areRequestsDone()

bool UncoalescedTable::areRequestsDone ( const InstSeqNum  instSeqNum)

Definition at line 137 of file GPUCoalescer.cc.

References DPRINTF, and instMap.

Referenced by GPUCoalescer::writeCompleteCallback().

◆ checkDeadlock()

void UncoalescedTable::checkDeadlock ( Tick  threshold)

◆ getInstPackets()

PerInstPackets * UncoalescedTable::getInstPackets ( int  offset)

Definition at line 99 of file GPUCoalescer.cc.

References instMap, and ArmISA::offset.

Referenced by GPUCoalescer::completeIssue().

◆ getPacketsRemaining()

int UncoalescedTable::getPacketsRemaining ( InstSeqNum  seqNum)

Definition at line 87 of file GPUCoalescer.cc.

References instPktsRemaining.

Referenced by GPUCoalescer::completeIssue().

◆ initPacketsRemaining()

void UncoalescedTable::initPacketsRemaining ( InstSeqNum  seqNum,
int  count 
)

Definition at line 79 of file GPUCoalescer.cc.

References X86ISA::count, and instPktsRemaining.

Referenced by GPUCoalescer::makeRequest().

◆ insertPacket()

void UncoalescedTable::insertPacket ( PacketPtr  pkt)

Definition at line 63 of file GPUCoalescer.cc.

References DPRINTF, Packet::getAddr(), instMap, and Packet::req.

Referenced by GPUCoalescer::makeRequest().

◆ packetAvailable()

bool UncoalescedTable::packetAvailable ( )

Definition at line 73 of file GPUCoalescer.cc.

References instMap.

Referenced by GPUCoalescer::completeHitCallback().

◆ printRequestTable()

void UncoalescedTable::printRequestTable ( std::stringstream &  ss)

Definition at line 150 of file GPUCoalescer.cc.

References instMap, printAddress(), and ArmISA::ss.

Referenced by checkDeadlock(), and GPUCoalescer::printRequestTable().

◆ setPacketsRemaining()

void UncoalescedTable::setPacketsRemaining ( InstSeqNum  seqNum,
int  count 
)

Definition at line 93 of file GPUCoalescer.cc.

References X86ISA::count, and instPktsRemaining.

Referenced by GPUCoalescer::completeIssue().

◆ updateResources()

void UncoalescedTable::updateResources ( )

Member Data Documentation

◆ coalescer

GPUCoalescer* UncoalescedTable::coalescer
private

Definition at line 91 of file GPUCoalescer.hh.

Referenced by checkDeadlock(), and updateResources().

◆ instMap

std::map<InstSeqNum, PerInstPackets> UncoalescedTable::instMap
private

◆ instPktsRemaining

std::map<InstSeqNum, int> UncoalescedTable::instPktsRemaining
private

The documentation for this class was generated from the following files:

Generated on Tue Jun 22 2021 15:28:45 for gem5 by doxygen 1.8.17