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

/gem5/src/sim/
H A Dinit.hh62 struct EmbeddedPython struct
71 EmbeddedPython(const char *filename, const char *abspath,
77 static EmbeddedPython *importer;
79 static std::list<EmbeddedPython *> &getList();
H A Dinit.cc76 EmbeddedPython *EmbeddedPython::importer = NULL;
77 PyObject *EmbeddedPython::importerModule = NULL;
78 EmbeddedPython::EmbeddedPython(const char *filename, const char *abspath, function in class:EmbeddedPython
91 list<EmbeddedPython *> &
92 EmbeddedPython::getList()
94 static list<EmbeddedPython *> the_list;
100 * EmbeddedPython
103 EmbeddedPython
[all...]
H A Dmain.cc65 ret = EmbeddedPython::initAll();

Completed in 5 milliseconds