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

/gem5/ext/systemc/src/tlm_utils/
H A Dpeq_with_get.h34 class peq_with_get : public sc_core::sc_object class in namespace:tlm_utils
41 peq_with_get(const char* name) : sc_core::sc_object(name) function in class:tlm_utils::peq_with_get
H A Dsimple_target_socket.h42 #include "tlm_utils/peq_with_get.h"
552 peq_with_get<transaction_type> m_peq;
1099 peq_with_get<transaction_type> m_peq;
/gem5/src/systemc/ext/tlm_utils/
H A Dpeq_with_get.h38 class peq_with_get : public sc_core::sc_object class in namespace:tlm_utils
45 peq_with_get(const char *name) : sc_core::sc_object(name) {} function in class:tlm_utils::peq_with_get
H A Dsimple_target_socket.h33 #include "peq_with_get.h"
570 peq_with_get<transaction_type> m_peq;
1170 peq_with_get<transaction_type> m_peq;
/gem5/src/systemc/tests/tlm/cancel_all/
H A Dcancel_all.cpp9 #include "tlm_utils/peq_with_get.h"
151 tlm_utils::peq_with_get<tlm::tlm_generic_payload> m_peq;
/gem5/src/systemc/tests/include/
H A DSimpleBusAT.h29 #include "tlm_utils/peq_with_get.h"
369 tlm_utils::peq_with_get<transaction_type> mRequestPEQ;
373 tlm_utils::peq_with_get<transaction_type> mResponsePEQ;

Completed in 17 milliseconds