Searched refs:m_Type (Results 1 - 3 of 3) sorted by relevance

/gem5/src/mem/ruby/slicc_interface/
H A DRubyRequest.hh50 RubyRequestType m_Type; member in class:RubyRequest
73 m_Type(_type),
97 m_Type(_type),
125 m_Type(_type),
149 const RubyRequestType& getType() const { return m_Type; }
H A DRubyRequest.cc41 out << "Type = " << m_Type << " "; local
H A DAbstractController.cc342 (*msg).m_Type = MemoryRequestType_MEMORY_READ;
349 (*msg).m_Type = MemoryRequestType_MEMORY_WB;

Completed in 11 milliseconds