Searched refs:PythonInitFunc (Results 1 - 5 of 5) sorted by relevance

/gem5/src/systemc/core/
H A Dpython.hh47 struct PythonInitFunc struct in namespace:sc_gem5
49 PythonInitFunc *next;
51 PythonInitFunc();
52 ~PythonInitFunc() {}
H A Dpython.cc50 PythonInitFunc *&
53 static PythonInitFunc *first = nullptr;
81 PythonInitFunc::PythonInitFunc() : next(firstInitFunc()) function in class:sc_gem5::PythonInitFunc
H A Dsc_main_python.cc96 struct InstallScMain : public ::sc_gem5::PythonInitFunc
H A Dsc_time_python.cc38 struct InstallScTime : public ::sc_gem5::PythonInitFunc
/gem5/src/systemc/tlm_core/2/quantum/
H A Dglobal_quantum_python.cc36 struct InstallTlmGlobalQuantum : public ::sc_gem5::PythonInitFunc

Completed in 6 milliseconds