Searched refs:peq (Results 1 - 6 of 6) sorted by relevance

/gem5/util/tlm/examples/master_port/
H A Dtraffic_generator.cc41 peq(this, &TrafficGenerator::peq_cb)
98 peq.notify(*trans, phase, delay);
152 peq.notify(trans, phase, delay);
H A Dtraffic_generator.hh57 tlm_utils::peq_with_cb_and_phase<TrafficGenerator> peq; member in class:TrafficGenerator
/gem5/util/tlm/src/
H A Dsc_master_port.hh88 tlm_utils::peq_with_cb_and_phase<SCMasterPort> peq; member in class:Gem5SystemC::SCMasterPort
H A Dsc_master_port.cc89 peq(this, &SCMasterPort::peq_cb),
165 peq.notify(trans, phase, delay);
/gem5/src/systemc/tlm_bridge/
H A Dtlm_to_gem5.hh115 tlm_utils::peq_with_cb_and_phase<TlmToGem5Bridge<BITWIDTH>> peq; member in class:sc_gem5::TlmToGem5Bridge
H A Dtlm_to_gem5.cc260 peq.notify(trans, phase, delay);
470 TlmToGem5BridgeBase(mn), peq(this, &TlmToGem5Bridge<BITWIDTH>::peq_cb),

Completed in 10 milliseconds