Searched defs:bind (Results 1 - 25 of 31) sorted by relevance

12

/gem5/src/dev/net/
H A Detherint.cc37 EtherInt::bind(Port &peer) function in class:EtherInt
/gem5/src/dev/
H A Dintpin.cc35 IntSinkPinBase::bind(Port &peer) function in class:IntSinkPinBase
51 IntSourcePinBase::bind(Port &peer) function in class:IntSourcePinBase
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_analysis/
H A Dtlm_analysis_port.h42 virtual void bind( tlm_analysis_if<T> &_if ) { function in class:tlm::tlm_analysis_port
/gem5/src/systemc/ext/tlm_core/1/analysis/
H A Danalysis_port.hh43 bind(tlm_analysis_if<T> &_if) function in class:tlm::tlm_analysis_port
/gem5/src/systemc/core/
H A Dsc_port.cc111 void sc_port_base::bind(sc_interface &i) { _gem5Port->bind(&i); } function in class:sc_core::sc_port_base
112 void sc_port_base::bind(sc_port_base &p) { _gem5Port->bind(&p); } function in class:sc_core::sc_port_base
H A Dport.hh140 bind(::sc_core::sc_interface *interface) function in class:sc_gem5::Port
149 bind(::sc_core::sc_port_base *port) function in class:sc_gem5::Port
/gem5/src/sim/
H A Dport.hh113 bind(Port &peer) function in class:Port
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_export.h177 SC_VIRTUAL_ void bind( IF& interface_ ) function in class:sc_core::sc_export
H A Dsc_port.cpp272 sc_port_base::bind( sc_interface& interface_ ) function in class:sc_core::sc_port_base
292 sc_port_base::bind( this_type& parent_ ) function in class:sc_core::sc_port_base
[all...]
H A Dsc_port.h269 SC_VIRTUAL_ void bind( IF& interface_ ) function in class:sc_core::sc_port_b
278 SC_VIRTUAL_ void bind( port_typ function in class:sc_core::sc_port_b
[all...]
H A Dsc_signal_ports.h162 SC_VIRTUAL_ void bind( const in_if_type& interface_ ) function in class:sc_core::sc_in
165 SC_VIRTUAL_ void bind( in_if_type& interface_ ) function in class:sc_core::sc_in
174 SC_VIRTUAL_ void bind( in_port_typ function in class:sc_core::sc_in
183 SC_VIRTUAL_ void bind( inout_port_type& parent_ ) function in class:sc_core::sc_in
264 SC_VIRTUAL_ void bind( base_port_type& parent_ ) function in class:sc_core::sc_in
485 SC_VIRTUAL_ void bind( const in_if_type& interface_ ) function in class:sc_core::sc_in
488 SC_VIRTUAL_ void bind( in_if_type& interface_ ) function in class:sc_core::sc_in
497 SC_VIRTUAL_ void bind( in_port_type& parent_ ) function in class:sc_core::sc_in
506 SC_VIRTUAL_ void bind( inout_port_type& parent_ ) function in class:sc_core::sc_in
631 SC_VIRTUAL_ void bind( base_port_type& parent_ ) function in class:sc_core::sc_in
752 SC_VIRTUAL_ void bind( const in_if_type& interface_ ) function in class:sc_core::sc_in
755 SC_VIRTUAL_ void bind( in_if_type& interface_ ) function in class:sc_core::sc_in
764 SC_VIRTUAL_ void bind( in_port_type& parent_ ) function in class:sc_core::sc_in
773 SC_VIRTUAL_ void bind( inout_port_type& parent_ ) function in class:sc_core::sc_in
898 SC_VIRTUAL_ void bind( base_port_type& parent_ ) function in class:sc_core::sc_in
[all...]
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_sockets/
H A Dtlm_initiator_socket.h130 virtual void bind(base_target_socket_type& s) function in class:tlm::tlm_base_initiator_socket
147 virtual void bind(base_type& s) function in class:tlm::tlm_base_initiator_socket
164 virtual void bind(bw_interface_type& ifs) function in class:tlm::tlm_base_initiator_socket
H A Dtlm_target_socket.h122 virtual void bind(base_initiator_socket_type& s) function in class:tlm::tlm_base_target_socket
139 virtual void bind(base_type& s) function in class:tlm::tlm_base_target_socket
156 virtual void bind(fw_interface_type& ifs) function in class:tlm::tlm_base_target_socket
/gem5/src/systemc/ext/core/
H A Dsc_export.hh77 bind(IF &i) function in class:sc_core::sc_export
H A Dsc_port.hh126 virtual void bind(IF &i) { sc_port_base::bind(i); } function in class:sc_core::sc_port_b
127 virtual void bind(sc_port_b<IF> &p) { sc_port_base::bind(p); } function in class:sc_core::sc_port_b
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/virtual_bind/
H A Dvirtual_bind.cpp58 void bind(i_f& _if) function in struct:my_port
69 void bind(i_f& _if) function in struct:extended_port
78 void bind(i_f& _if) function in struct:my_export
89 void bind(i_f& _if) function in struct:extended_export
[all...]
/gem5/src/systemc/ext/tlm_core/2/sockets/
H A Dinitiator_socket.hh100 bind(base_target_socket_type &s) function in class:tlm::tlm_base_initiator_socket
115 bind(base_type &s) function in class:tlm::tlm_base_initiator_socket
129 virtual void bind(bw_interface_type &ifs) { (get_base_export())(ifs); } function in class:tlm::tlm_base_initiator_socket
H A Dtarget_socket.hh95 bind(base_initiator_socket_type &s) function in class:tlm::tlm_base_target_socket
110 bind(base_type &s) function in class:tlm::tlm_base_target_socket
125 bind(fw_interface_type &ifs) function in class:tlm::tlm_base_target_socket
/gem5/src/mem/
H A Dport.cc67 MasterPort::bind(Port &peer) function in class:MasterPort
/gem5/src/systemc/ext/channel/
H A Dsc_in.hh88 bind(const sc_signal_in_if<T> &i) function in class:sc_core::sc_in
96 bind(sc_port<sc_signal_in_if<T>, 1> &i) function in class:sc_core::sc_in
107 bind(sc_port<sc_signal_inout_if<T>, 1> &p) function in class:sc_core::sc_in
232 bind(const sc_signal_in_if<bool> &i) function in class:sc_core::sc_in
240 bind(sc_port<sc_signal_in_if<bool>, 1> &p) function in class:sc_core::sc_in
251 bind(sc_port<sc_signal_inout_if<bool>, 1> &p) function in class:sc_core::sc_in
399 bind(const sc_signal_in_if<sc_dt::sc_logic> &i) function in class:sc_core::sc_in
408 bind(sc_port<sc_signal_in_if<sc_dt::sc_logic>, 1> &i) function in class:sc_core::sc_in
419 bind(sc_port<sc_signal_inout_if<sc_dt::sc_logic>, 1> &p) function in class:sc_core::sc_in
[all...]
/gem5/ext/systemc/src/tlm_utils/
H A Dmulti_passthrough_initiator_socket.h182 virtual void bind(base_target_socket_type& s) function in class:tlm_utils::multi_passthrough_initiator_socket
244 virtual void bind(base_type& s) function in class:tlm_utils::multi_passthrough_initiator_socket
[all...]
H A Dmulti_passthrough_target_socket.h275 virtual void bind(base_type& s) function in class:tlm_utils::multi_passthrough_target_socket
[all...]
/gem5/src/systemc/ext/tlm_utils/
H A Dmulti_passthrough_initiator_socket.h158 bind(base_target_socket_type &s) function in class:tlm_utils::multi_passthrough_initiator_socket
236 bind(base_type& s) function in class:tlm_utils::multi_passthrough_initiator_socket
[all...]
H A Dmulti_passthrough_target_socket.h276 bind(base_type &s) function in class:tlm_utils::multi_passthrough_target_socket
[all...]
/gem5/ext/ply/ply/
H A Dyacc.py1217 def bind(self,pdict): member in class:Production
1240 def bind(self,pdict): member in class:MiniProduction

Completed in 44 milliseconds

12