Searched refs:setup (Results 1 - 20 of 20) sorted by relevance

/gem5/ext/ply/
H A Dsetup.py2 from setuptools import setup
4 from distutils.core import setup
6 setup(name = "ply",
/gem5/ext/pybind11/
H A Dsetup.py5 from setuptools import setup
58 setup(
/gem5/tests/gem5/
H A Dfixture.py67 def setup(self, testitem): member in class:TempdirFixture
83 the same object and makes sure that setup is only executed
110 def setup(self, testitem): member in class:UniqueFixture
193 def setup(self): member in class:MakeFixture
194 super(MakeFixture, self).setup()
223 def setup(self, testitem): member in class:MakeTarget
224 super(MakeTarget, self).setup()
225 self.make_fixture.setup()
237 def setup(self, testitem): member in class:TestProgram
241 super(MakeTarget, self).setup()
[all...]
/gem5/ext/sst/
H A Dgem5.hh82 virtual void setup();
H A DExtMaster.hh102 void setup();
H A DExtSlave.hh105 setup() function in class:SST::gem5::ExtSlave
H A DExtMaster.cc101 ExtMaster::setup(void) function in class:ExtMaster
103 nic->setup();
H A Dgem5.cc146 gem5Component::setup(void) function in class:gem5Component
150 m->setup();
153 s->setup();
/gem5/configs/learning_gem5/part3/
H A Druby_test.py70 system.caches.setup(system, system.tester, [system.mem_ctrl])
H A Dsimple_ruby.py81 system.caches.setup(system, system.cpu, [system.mem_ctrl])
H A Dtest_caches.py57 def setup(self, system, tester, mem_ctrls): member in class:TestCacheSystem
H A Dmsi_caches.py57 def setup(self, system, cpus, mem_ctrls): member in class:MyCacheSystem
H A Druby_caches_MI_example.py59 def setup(self, system, cpus, mem_ctrls): member in class:MyCacheSystem
/gem5/util/
H A Dgem5img.py105 def setup(self, fileName, offset=False): member in class:LoopbackDevice
129 dev.setup(fileName)
223 if dev.setup(path, offset=True) != 0:
297 if dev.setup(path) != 0:
324 if dev.setup(path, offset=True) != 0:
341 if dev.setup(path) != 0:
348 if dev.setup(path, offset=True) != 0:
/gem5/ext/testlib/
H A Dfixture.py50 Fixtures are items which possibly require setup and/or tearing down after
80 def setup(self, testitem): member in class:Fixture
H A Drunner.py110 self.builder.setup(self.testable)
189 def setup(self, testitem): member in class:FixtureBuilder
195 fixture.setup(testitem)
H A Dsandbox.py71 def setup(self): member in class:IoManager
190 self.io_manager.setup()
/gem5/ext/pybind11/docs/
H A Dconf.py330 def setup(app): function
/gem5/system/alpha/console/
H A Ddbmentry.S207 mov t0, a0 # setup args for SlaveCmd
/gem5/ext/systemc/src/sysc/qt/md/
H A Dksr1.s176 # on the top of their stacks. With this setup, starting threads

Completed in 13 milliseconds