Searched refs:tlm_bw_transport_if (Results 1 - 25 of 25) sorted by relevance

/gem5/src/systemc/tests/tlm/p2p/HierarchicalSocket/
H A DSimpleInitiatorWrapper.h33 typedef tlm::tlm_bw_transport_if<> bw_interface_type;
H A DSimpleTargetWrapper.h33 typedef tlm::tlm_bw_transport_if<> bw_interface_type;
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_sockets/
H A Dtlm_initiator_socket.h31 typename BW_IF = tlm_bw_transport_if<> >
61 typename BW_IF = tlm_bw_transport_if<>,
212 tlm_bw_transport_if<TYPES>,
223 tlm_bw_transport_if<TYPES>,
235 tlm_bw_transport_if<TYPES>,
H A Dtlm_target_socket.h31 typename BW_IF = tlm_bw_transport_if<> >
57 typename BW_IF = tlm_bw_transport_if<>,
235 tlm_bw_transport_if<TYPES>,
246 tlm_bw_transport_if<TYPES>,
258 tlm_bw_transport_if<TYPES>,
/gem5/src/systemc/ext/tlm_core/2/sockets/
H A Dinitiator_socket.hh33 typename BW_IF=tlm_bw_transport_if<>>
55 typename BW_IF=tlm_bw_transport_if<>, int N=1,
182 tlm_bw_transport_if<TYPES>, N, POL>
187 tlm_bw_transport_if<TYPES>, N, POL>()
192 tlm_bw_transport_if<TYPES>, N, POL>(name)
H A Dtarget_socket.hh32 typename BW_IF=tlm_bw_transport_if<>>
51 typename BW_IF=tlm_bw_transport_if<>, int N=1,
199 tlm_bw_transport_if<TYPES>, N, POL>
205 tlm_bw_transport_if<TYPES>, N, POL>()
211 tlm_bw_transport_if<TYPES>, N, POL>(name)
/gem5/ext/systemc/src/tlm_utils/
H A Dmulti_passthrough_target_socket.h255 std::map<unsigned int, tlm::tlm_bw_transport_if<TYPES>*>& multi_binds=get_hierarch_bind()->get_multi_binds();
298 tlm::tlm_bw_transport_if<TYPES>* operator[](int i){return m_sockets[i];}
307 std::map<unsigned int, tlm::tlm_bw_transport_if<TYPES>*>& get_multi_binds(){return m_multi_binds;}
309 tlm::tlm_fw_transport_if<TYPES>* get_last_binder(tlm::tlm_bw_transport_if<TYPES>* other){
316 std::map<unsigned int, tlm::tlm_bw_transport_if<TYPES>*> m_multi_binds;
321 std::vector<tlm::tlm_bw_transport_if<TYPES>*> m_sockets;
H A Dmulti_passthrough_initiator_socket.h152 virtual tlm::tlm_bw_transport_if<TYPES>& get_base_interface()
159 virtual const tlm::tlm_bw_transport_if<TYPES>& get_base_interface() const
169 virtual sc_core::sc_export<tlm::tlm_bw_transport_if<TYPES> >& get_base_export()
176 virtual const sc_core::sc_export<tlm::tlm_bw_transport_if<TYPES> >& get_base_export() const
H A Dsimple_initiator_socket.h39 typedef tlm::tlm_bw_transport_if<TYPES> bw_interface_type;
72 class process : public tlm::tlm_bw_transport_if<TYPES>
164 typedef tlm::tlm_bw_transport_if<TYPES> bw_interface_type;
202 class process : public tlm::tlm_bw_transport_if<TYPES>
H A Dmulti_socket_bases.h250 class callback_binder_bw: public tlm::tlm_bw_transport_if<TYPES>{
397 virtual std::map<unsigned int, tlm::tlm_bw_transport_if<TYPES>*>& get_multi_binds()=0;
414 virtual tlm::tlm_fw_transport_if<TYPES>* get_last_binder(tlm::tlm_bw_transport_if<TYPES>*)=0;
H A Dsimple_target_socket.h60 typedef tlm::tlm_bw_transport_if<TYPES> bw_interface_type;
83 tlm::tlm_bw_transport_if<TYPES> * operator ->() {return &m_bw_process;}
132 class bw_process : public tlm::tlm_bw_transport_if<TYPES>
579 typedef tlm::tlm_bw_transport_if<TYPES> bw_interface_type;
602 tlm::tlm_bw_transport_if<TYPES> * operator ->() {return &m_bw_process;}
663 class bw_process : public tlm::tlm_bw_transport_if<TYPES>
H A Dpassthrough_target_socket.h39 typedef tlm::tlm_bw_transport_if<TYPES> bw_interface_type;
250 typedef tlm::tlm_bw_transport_if<TYPES> bw_interface_type;
H A Dtlm2_base_protocol_checker.h168 , public tlm::tlm_bw_transport_if<tlm::tlm_base_protocol_types>
/gem5/src/systemc/ext/tlm_utils/
H A Dmulti_passthrough_target_socket.h239 std::map<unsigned int, tlm::tlm_bw_transport_if<TYPES> *> &
298 tlm::tlm_bw_transport_if<TYPES> *
321 std::map<unsigned int, tlm::tlm_bw_transport_if<TYPES> *> &
328 get_last_binder(tlm::tlm_bw_transport_if<TYPES> *other)
336 std::map<unsigned int, tlm::tlm_bw_transport_if<TYPES> *> m_multi_binds;
345 std::vector<tlm::tlm_bw_transport_if<TYPES> *> m_sockets;
H A Dmulti_passthrough_initiator_socket.h117 virtual tlm::tlm_bw_transport_if<TYPES> &
126 virtual const tlm::tlm_bw_transport_if<TYPES> &
138 virtual sc_core::sc_export<tlm::tlm_bw_transport_if<TYPES>> &
150 virtual const sc_core::sc_export<tlm::tlm_bw_transport_if<TYPES>> &
H A Dsimple_initiator_socket.h46 typedef tlm::tlm_bw_transport_if<TYPES> bw_interface_type;
78 class process : public tlm::tlm_bw_transport_if<TYPES>,
194 typedef tlm::tlm_bw_transport_if<TYPES> bw_interface_type;
229 class process : public tlm::tlm_bw_transport_if<TYPES>,
H A Dmulti_socket_bases.h286 class callback_binder_bw : public tlm::tlm_bw_transport_if<TYPES>,
422 virtual std::map<unsigned int, tlm::tlm_bw_transport_if<TYPES>*> &
482 get_last_binder(tlm::tlm_bw_transport_if<TYPES> *) = 0;
H A Dsimple_target_socket.h51 typedef tlm::tlm_bw_transport_if<TYPES> bw_interface_type;
70 tlm::tlm_bw_transport_if<TYPES> *operator -> () { return &m_bw_process; }
131 class bw_process : public tlm::tlm_bw_transport_if<TYPES>
626 typedef tlm::tlm_bw_transport_if<TYPES> bw_interface_type;
645 tlm::tlm_bw_transport_if<TYPES> *operator -> () { return &m_bw_process; }
714 class bw_process : public tlm::tlm_bw_transport_if<TYPES>
H A Dpassthrough_target_socket.h43 typedef tlm::tlm_bw_transport_if<TYPES> bw_interface_type;
262 typedef tlm::tlm_bw_transport_if<TYPES> bw_interface_type;
/gem5/src/systemc/tests/include/
H A DSimpleLTInitiator1.h40 public virtual tlm::tlm_bw_transport_if<>
47 typedef tlm::tlm_bw_transport_if<> bw_interface_type;
H A DSimpleLTInitiator1_DMI.h43 public virtual tlm::tlm_bw_transport_if<>
51 typedef tlm::tlm_bw_transport_if<> bw_interface_type;
H A DSimpleLTTarget1.h36 typedef tlm::tlm_bw_transport_if<> bw_interface_type;
/gem5/src/systemc/
H A Dtlm_port_wrapper.hh124 tlm::tlm_bw_transport_if<TYPES>, N, POL>;
131 tlm::tlm_bw_transport_if<TYPES>, N, POL>;
/gem5/src/systemc/ext/tlm_core/2/interfaces/
H A Dfw_bw_ifs.hh214 class tlm_bw_transport_if : class in namespace:tlm
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_2_interfaces/
H A Dtlm_fw_bw_ifs.h215 class tlm_bw_transport_if class in namespace:tlm

Completed in 48 milliseconds