Searched refs:pbind (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_port.h114 // called by pbind (for internal use only)
150 int pbind( sc_interface& );
151 int pbind( sc_port_base& );
335 // called by pbind (for internal use only)
504 // called by pbind (for internal use only)
H A Dsc_port.cpp342 sc_port_base::pbind( sc_interface& interface_ ) function in class:sc_core::sc_port_base
358 sc_port_base::pbind( sc_port_base& parent_ ) function in class:sc_core::sc_port_base
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_module.cpp515 int status = (*m_port_vec)[m_port_index]->pbind( interface_ );
548 int status = (*m_port_vec)[m_port_index]->pbind( port_ );

Completed in 12 milliseconds