Searched refs:_owner (Results 1 - 7 of 7) sorted by relevance

/gem5/src/mem/
H A Dtport.cc48 SimObject* _owner) :
49 QueuedSlavePort(_name, _owner, queueImpl), queueImpl(*_owner, *this)
47 SimpleTimingPort(const std::string& _name, SimObject* _owner) argument
H A Dport.cc57 MasterPort::MasterPort(const std::string& name, SimObject* _owner, PortID _id) argument
58 : Port(name, _id), _slavePort(NULL), owner(*_owner)
114 SlavePort::SlavePort(const std::string& name, SimObject* _owner, PortID id) argument
116 owner(*_owner)
H A Dport.hh87 MasterPort(const std::string& name, SimObject* _owner,
271 SlavePort(const std::string& name, SimObject* _owner,
/gem5/ext/systemc/src/tlm_utils/
H A Dpeq_with_cb_and_phase.h195 peq_with_cb_and_phase(OWNER* _owner, cb _cb) argument
197 ,m_owner(_owner)
208 peq_with_cb_and_phase(const char* _name, OWNER* _owner,cb _cb) argument
210 ,m_owner(_owner)
/gem5/src/systemc/ext/tlm_utils/
H A Dpeq_with_cb_and_phase.h178 peq_with_cb_and_phase(OWNER *_owner, cb _cb) : argument
181 m_owner(_owner), m_cb(_cb)
191 peq_with_cb_and_phase(const char *_name, OWNER *_owner, cb _cb) : argument
192 sc_core::sc_object(_name), m_owner(_owner), m_cb(_cb)
/gem5/src/cpu/trace/
H A Dtrace_cpu.hh429 FixedRetryGen(TraceCPU& _owner, const std::string& _name, argument
432 : owner(_owner),
856 ElasticDataGen(TraceCPU& _owner, const std::string& _name, argument
859 : owner(_owner),
/gem5/src/sim/
H A Dsystem.hh100 SystemPort(const std::string &_name, SimObject *_owner) argument
101 : MasterPort(_name, _owner)

Completed in 16 milliseconds