Searched refs:EmbeddedPyBind (Results 1 - 6 of 6) sorted by relevance

/gem5/src/sim/
H A Dinit.hh83 class EmbeddedPyBind class
86 EmbeddedPyBind(const char *_name,
90 EmbeddedPyBind(const char *_name,
109 static std::map<std::string, EmbeddedPyBind *> &getMap();
H A Dpython.cc46 EmbeddedPyBind embed_("sim", &sim_pybind);
H A Dinit.cc155 EmbeddedPyBind::EmbeddedPyBind(const char *_name, function in class:EmbeddedPyBind
163 EmbeddedPyBind::EmbeddedPyBind(const char *_name, function in class:EmbeddedPyBind
171 EmbeddedPyBind::init(py::module &m)
182 EmbeddedPyBind::depsReady() const
187 std::map<std::string, EmbeddedPyBind *> &
188 EmbeddedPyBind::getMap()
190 static std::map<std::string, EmbeddedPyBind *> objs;
199 EmbeddedPyBind
[all...]
/gem5/src/systemc/core/
H A Dpython.cc72 EmbeddedPyBind embed_("systemc", &systemc_pybind);
/gem5/src/cpu/testers/traffic_gen/
H A Dpygen.cc92 static EmbeddedPyBind _py_tracers("trace", pybind_init_tracers);
/gem5/src/unittest/
H A Dstattest.cc686 static EmbeddedPyBind embed_("stattest", stattest_init_pybind);

Completed in 8 milliseconds