Searched refs:pb (Results 1 - 7 of 7) sorted by relevance

/gem5/src/systemc/core/
H A Dport.hh75 addInterfaces(::sc_core::sc_port_base *pb) argument
78 pb->_gem5Port->regPortNeeded = false;
79 for (int i = 0; i < pb->size(); i++)
80 addInterface(pb->_gem5Interface(i));
123 fromPort(const ::sc_core::sc_port_base *pb) argument
125 return pb->_gem5Port;
H A Dsensitivity.cc140 newStaticSensitivityPort(Process *p, const sc_core::sc_port_base *pb) argument
143 Port *port = Port::fromPort(pb);
H A Dsensitivity.hh179 void newStaticSensitivityPort(Process *p, const sc_core::sc_port_base *pb);
211 Process *p, const sc_core::sc_port_base *pb);
H A Dprocess.cc427 newReset(const sc_core::sc_port_base *pb, Process *p, bool s, bool v) argument
429 Port *port = Port::fromPort(pb);
H A Dprocess.hh242 void newReset(const sc_core::sc_port_base *pb, Process *p, bool s, bool v);
H A Dsc_module.cc226 sc_module::operator << (sc_port_base &pb) argument
228 (*this)(pb);
240 sc_module::operator , (sc_port_base &pb) argument
242 (*this)(pb);
/gem5/src/systemc/ext/core/
H A Dsc_port.hh207 vbind(sc_port_base &pb) argument
209 sc_port_b<IF> *p = dynamic_cast<sc_port_b<IF> *>(&pb);

Completed in 14 milliseconds