Searched refs:root (Results 51 - 75 of 184) sorted by relevance

12345678

/gem5/tests/configs/
H A Do3-timing.py51 root = ArmSESystemUniprocessor(mem_mode='timing', mem_class=DDR3_1600_8x8, variable
54 root = BaseSESystemUniprocessor(mem_mode='timing', mem_class=DDR3_1600_8x8, variable
H A Do3-timing-mt.py51 root = ArmSESystemUniprocessor(mem_mode='timing', mem_class=DDR3_1600_8x8, variable
55 root = BaseSESystemUniprocessor(mem_mode='timing', mem_class=DDR3_1600_8x8, variable
H A Drealview-switcheroo-atomic.py42 root = LinuxArmFSSwitcheroo( variable
H A Drealview64-switcheroo-atomic.py42 root = LinuxArmFSSwitcheroo( variable
H A Drealview-simple-atomic-checkpoint.py42 root = LinuxArmFSSystemUniprocessor(mem_mode='atomic', variable
H A Drealview64-simple-atomic-checkpoint.py44 root = LinuxArmFSSystemUniprocessor(machine_type='VExpress_EMM64', variable
H A Dpc-switcheroo-full.py44 root = LinuxX86FSSwitcheroo( variable
H A Drealview-switcheroo-full.py42 root = LinuxArmFSSwitcheroo( variable
H A Drealview-switcheroo-o3.py42 root = LinuxArmFSSwitcheroo( variable
H A Drealview-switcheroo-timing.py42 root = LinuxArmFSSwitcheroo( variable
H A Drealview64-switcheroo-full.py42 root = LinuxArmFSSwitcheroo( variable
H A Drealview64-switcheroo-timing.py42 root = LinuxArmFSSwitcheroo( variable
H A Drealview64-switcheroo-o3.py42 root = LinuxArmFSSwitcheroo( variable
H A Dtsunami-switcheroo-full.py42 root = LinuxAlphaFSSwitcheroo( variable
/gem5/configs/learning_gem5/part2/
H A Drun_simple.py46 # set up the root SimObject and start the simulation
47 root = Root(full_system = False) variable
50 root.hello = SimpleObject()
/gem5/ext/googletest/googletest/scripts/
H A Dcommon.py56 """Returns the project name and the current SVN workspace's root path."""
63 root = os.path.realpath(rel_path.count('/') * '../')
64 return project, root
70 """Returns the current SVN workspace's trunk root path."""
72 _, root = GetSvnInfo()
73 return root + '/trunk' if root else None
/gem5/src/python/m5/
H A Dsimulate.py80 root = objects.Root.getInstance()
82 if not root:
90 for obj in root.descendants(): obj.adoptOrphanParams()
93 for obj in root.descendants(): obj.unproxyParams()
98 for obj in sorted(root.descendants(), key=lambda o: o.path()):
107 d = root.get_config_as_dict()
113 do_dot(root, options.outdir, options.dot_config)
114 do_ruby_dot(root, options.outdir, options.dot_config)
120 for obj in root.descendants(): obj.createCCObject()
121 for obj in root
[all...]
/gem5/src/python/m5/stats/
H A D__init__.py242 def _visit_groups(visitor, root=None):
243 if root is None:
244 root = Root.getInstance()
245 for group in root.getStatGroups().values():
247 _visit_groups(visitor, root=group)
249 def _visit_stats(visitor, root=None):
253 _visit_groups(for_each_stat, root=root)
255 def _bindStatHierarchy(root):
269 parent = root
[all...]
/gem5/tests/long/se/40.perlbmk/
H A Dtest.py33 root.system.cpu[0].workload = workload.makeProcess()
/gem5/tests/long/se/20.parser/
H A Dtest.py33 root.system.cpu[0].workload = workload.makeProcess()
/gem5/tests/long/se/50.vortex/
H A Dtest.py33 root.system.cpu[0].workload = workload.makeProcess()
/gem5/tests/long/se/30.eon/
H A Dtest.py33 root.system.cpu[0].workload = workload.makeProcess()
/gem5/tests/long/se/60.bzip2/
H A Dtest.py33 root.system.cpu[0].workload = workload.makeProcess()
/gem5/tests/quick/se/30.eon/
H A Dtest.py33 root.system.cpu[0].workload = workload.makeProcess()
/gem5/tests/quick/se/50.vortex/
H A Dtest.py33 root.system.cpu[0].workload = workload.makeProcess()

Completed in 17 milliseconds

12345678