Searched refs:peq_cb (Results 1 - 10 of 10) sorted by relevance

/gem5/util/tlm/examples/master_port/
H A Dtraffic_generator.hh68 void peq_cb(tlm::tlm_generic_payload& trans, const tlm::tlm_phase& phase);
H A Dtraffic_generator.cc41 peq(this, &TrafficGenerator::peq_cb)
109 TrafficGenerator::peq_cb(tlm::tlm_generic_payload& trans, function in class:TrafficGenerator
/gem5/util/tlm/examples/slave_port/
H A Dsc_target.hh81 void peq_cb(tlm::tlm_generic_payload& trans,
H A Dsc_target.cc49 m_peq(this, &Target::peq_cb),
123 Target::peq_cb(tlm::tlm_generic_payload& trans, function in class:Target
/gem5/src/systemc/tests/tlm/cancel_all/
H A Dcancel_all.cpp16 : m_peq(this, &Test_peq_with_cb::peq_cb), flag1(true), flag2(true)
52 void peq_cb(tlm::tlm_generic_payload& trans, const tlm::tlm_phase& phase) function
59 if (flag1) cout << "Called peq_cb with section = " << section << "\n";
66 if (flag2) cout << "Called peq_cb with section = " << section << "\n";
/gem5/util/tlm/src/
H A Dsc_master_port.hh106 void peq_cb(tlm::tlm_generic_payload& trans, const tlm::tlm_phase& phase);
H A Dsc_master_port.cc89 peq(this, &SCMasterPort::peq_cb),
170 SCMasterPort::peq_cb(tlm::tlm_generic_payload& trans, function in class:Gem5SystemC::SCMasterPort
/gem5/src/systemc/tlm_bridge/
H A Dtlm_to_gem5.hh147 void peq_cb(tlm::tlm_generic_payload &trans, const tlm::tlm_phase &phase);
H A Dtlm_to_gem5.cc223 TlmToGem5Bridge<BITWIDTH>::peq_cb(tlm::tlm_generic_payload &trans, function in class:sc_gem5::TlmToGem5Bridge
470 TlmToGem5BridgeBase(mn), peq(this, &TlmToGem5Bridge<BITWIDTH>::peq_cb),
/gem5/src/systemc/tests/tlm/nb2b_adapter/
H A Dnb2b_adapter.cpp40 , m_peq(this, &Initiator::peq_cb)
129 void peq_cb(tlm::tlm_generic_payload& trans, const tlm::tlm_phase& phase) function in struct:Initiator

Completed in 15 milliseconds