48 #ifndef __MEM_RUBY_SYSTEM_RUBYPORTPROXY_HH__ 
   49 #define __MEM_RUBY_SYSTEM_RUBYPORTPROXY_HH__ 
   52 #include "params/RubyPortProxy.hh" 
  114 #endif // __MEM_RUBY_SYSTEM_RUBYPORTPROXY_HH__ 
bool isDeadlockEventScheduled() const 
Pure virtual member in the super class that we are forced to implement even if it is never used (sinc...
RubyPortProxy(const RubyPortProxyParams *p)
Create a new RubyPortProxy. 
virtual ~RubyPortProxy()
Destruct a RubyPortProxy. 
void descheduleDeadlockEvent()
Pure virtual member in the super class that we are forced to implement even if it is never used (sinc...
RequestStatus makeRequest(PacketPtr pkt)
Pure virtual member in the super class that we are forced to implement even if it is never used (sinc...
int outstandingCount() const 
Pure virtual member in the super class that we are forced to implement even if it is never used (sinc...
A Packet is used to encapsulate a transfer between two objects in the memory system (e...
void init()
Initialise a RubyPortProxy by doing nothing and avoid involving the super class.