Searched refs:PAYLOAD (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/systemc/src/tlm_utils/
H A Dpeq_with_cb_and_phase.h37 template <typename PAYLOAD>
44 PAYLOAD p;
47 element(PAYLOAD& p, sc_core::sc_time t, sc_dt::uint64 d): p(p),t(t),d(d) {}
80 void insert(const PAYLOAD& p, sc_core::sc_time t) {
124 PAYLOAD &top()
157 typedef std::pair<tlm_payload_type*, tlm_phase_type> PAYLOAD; typedef in class:tlm_utils::peq_with_cb_and_phase
167 inline void insert(const PAYLOAD& p){
174 inline PAYLOAD& get(){
189 std::vector<PAYLOAD> entries;
227 m_even_delta.insert(PAYLOAD(
[all...]
H A Dpeq_with_get.h33 template <class PAYLOAD>
37 typedef PAYLOAD transaction_type;
/gem5/src/systemc/ext/tlm_utils/
H A Dpeq_with_cb_and_phase.h35 template <typename PAYLOAD>
42 PAYLOAD p;
45 element(PAYLOAD &p, sc_core::sc_time t, sc_dt::uint64 d) :
80 insert(const PAYLOAD &p, sc_core::sc_time t)
122 PAYLOAD &top() { return list->p; }
139 typedef std::pair<tlm_payload_type *, tlm_phase_type> PAYLOAD; typedef in class:tlm_utils::peq_with_cb_and_phase
152 insert(const PAYLOAD &p)
160 inline PAYLOAD &get() { return entries[out++]; }
173 std::vector<PAYLOAD> entries;
211 m_even_delta.insert(PAYLOAD(
[all...]
H A Dpeq_with_get.h37 template <class PAYLOAD>
41 typedef PAYLOAD transaction_type;

Completed in 4 milliseconds