Searched refs:bind (Results 76 - 98 of 98) sorted by relevance

1234

/gem5/src/systemc/ext/tlm_utils/
H A Dpassthrough_target_socket.h56 bind(m_process);
59 using base_type::bind;
276 bind(m_process);
279 using base_type::bind;
H A Dsimple_initiator_socket.h59 this->m_export.bind(m_process);
207 this->m_export.bind(m_process);
H A Dsimple_target_socket.h64 bind(m_fw_process);
67 using base_type::bind;
639 bind(m_fw_process);
642 using base_type::bind;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_writer_policy/
H A Dsc_writer_policy.cpp148 m1->port.bind(many_sig_1);
149 m2->port.bind(many_sig_1);
/gem5/src/systemc/tests/tlm/update_original/
H A Dupdate_original.cpp256 initiator ->socket .bind( interconnect->targ_socket );
257 interconnect ->init_socket.bind( target ->socket );
/gem5/src/dev/arm/
H A Dsmmu_v3_proc.cc67 std::bind(&SMMUProcess::main, this, std::placeholders::_1));
H A Dgic_v3_its.cc70 std::bind(&ItsProcess::main, this, std::placeholders::_1)));
/gem5/ext/systemc/src/tlm_utils/
H A Dsimple_target_socket.h69 bind(m_fw_process);
77 bind(m_fw_process);
80 using tlm::tlm_target_socket<BUSWIDTH, TYPES>::bind;
588 bind(m_fw_process);
596 bind(m_fw_process);
599 using tlm::tlm_target_socket<BUSWIDTH, TYPES>::bind;
H A Dtlm2_base_protocol_checker.h51 initiator->socket.bind(bus->target_socket);
52 bus->initiator_socket.bind(memory->socket);
59 initiator->socket.bind(checker1->target_socket);
60 checker1->initiator_socket.bind(bus->target_socket);
61 bus->initiator_socket.bind(checker2->target_socket);
62 checker2->initiator_socket.bind(memory->socket);
172 // Instantiate and bind checker inline between an existing pair of initiator and target sockets
180 target_socket .bind( *this );
181 initiator_socket.bind( *this );
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_port.cpp269 // bind interface to this port
272 sc_port_base::bind( sc_interface& interface_ ) function in class:sc_core::sc_port_base
275 // cannot bind an interface after elaboration
289 // bind parent port to this port
292 sc_port_base::bind( this_type& parent_ ) function in class:sc_core::sc_port_base
295 // cannot bind a parent port after elaboration
345 // cannot bind an interface after elaboration
361 // cannot bind a parent port after elaboration
427 // resize the bind vector (by adding new elements)
431 // move elements in the bind vecto
[all...]
/gem5/src/systemc/tests/systemc/compliance_1666/test00/
H A Dtest00.cpp116 xp->bind(*ch);
290 m_src.p->bind( *(m_dest.xp) ); // Port-export binding
/gem5/src/dev/net/
H A Dtcp_iface.cc93 DPRINTF(DistEthernet, "TCPIface(listen): Can't bind port %d\n",
131 ret = ::bind(fdStatic, (struct sockaddr *)&sockaddr, sizeof (sockaddr));
135 panic("ListenSocket(listen): bind() failed!");
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_pause/
H A Dsc_pause.cpp56 xport.bind(*this);
/gem5/src/systemc/tests/systemc/compliance_1666/test200/
H A Dtest200.cpp177 m->port.bind(*chan);
/gem5/src/systemc/tests/systemc/compliance_1666/test208/
H A Dtest208.cpp192 xp.bind(sig);
/gem5/util/tap/
H A Dtap.cc148 int ret = ::bind(fd, (struct sockaddr *)&sockaddr, sizeof (sockaddr));
150 panic("bind() failed!\n");
/gem5/src/dev/virtio/
H A Dfs9p.cc375 if (bind(socket_id, (struct sockaddr*) &socket_address,
/gem5/src/mem/ruby/network/garnet2.0/
H A DNetworkInterface.cc239 auto cb = std::bind(&NetworkInterface::dequeueCallback, this);
/gem5/src/sim/
H A Dcxx_manager.cc481 master_port.bind(slave_port);
H A Dsyscall_emul.cc1342 int status = ::bind(sim_fd,
/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
1872 p.bind(pdict)
/gem5/src/systemc/tests/systemc/1666-2011-compliance/async_reset/
H A Dasync_reset.cpp45 clk_port.bind(clk);
/gem5/src/python/m5/
H A Dparams.py1985 port.bind(peer_port)

Completed in 70 milliseconds

1234