Searched refs:root (Results 101 - 125 of 184) sorted by relevance

12345678

/gem5/configs/example/
H A Dsc_main.py38 root = Root(full_system=True, systemc_kernel=kernel) variable
/gem5/src/systemc/tests/
H A Dconfig.py41 root = Root(full_system=True, systemc_kernel=kernel) variable
/gem5/src/sim/
H A Dmathexpr.hh60 std::string toStr() const { return toStr(root, ""); }
69 double eval(EvalCallback fn) const { return eval(root, fn); }
114 Node * root; member in class:MathExpr
H A Droot.hh69 * constructed to avoid having to perform that check everywhere the root
72 * @return Pointer to the single root object.
75 root() function in class:Root
/gem5/configs/example/arm/
H A Dfs_power.py103 root = bL.build(options)
106 for cpu in root.system.descendants():
114 for l2 in root.system.bigCluster.l2.descendants():
H A Dfs_bigLITTLE.py74 def _using_pdes(root):
77 for obj in root.descendants():
79 obj.eventq_index != root.eventq_index:
166 parser.add_argument("--root", type=str, default="/dev/vda1",
167 help="Specify the kernel CLI root= argument")
197 help="Set a SimObject parameter relative to the root node. "
202 "Direct parameters of the root object are not accessible, "
216 "root=%s" % options.root,
222 root
[all...]
/gem5/configs/splash2/
H A Dcluster.py240 # Define the root
243 root = Root(full_system = False, system = system) variable
249 root.workload = Cholesky()
251 root.workload = FFT()
253 root.workload = LU_contig()
255 root.workload = LU_noncontig()
257 root.workload = Radix()
259 root.workload = Barnes()
261 root.workload = FMM()
263 root
[all...]
/gem5/src/base/
H A Dstatistics.cc436 assert(!root && "Can't change formulas");
437 root = r.getNodePtr();
446 if (root)
447 root = NodePtr(new BinaryNode<std::plus<Result> >(root, r));
449 root = r.getNodePtr();
460 assert (root);
461 root = NodePtr(new BinaryNode<std::divides<Result> >(root, r));
471 if (root)
[all...]
/gem5/site_scons/site_tools/
H A Dmercurial.py122 l = "hgstyle = %s/util/hgstyle.py\n" % env.root.abspath
133 hgrc_path = '%s/.hg/hgrc' % env.root.abspath
137 f.write(mercurial_style_hook_template % env.root.abspath)
H A Dgit.py86 if hook.is_under(env.root) and not abs_symlink_hooks:
109 git_style_script = env.root.Dir("util").File("git-pre-commit.py")
110 git_msg_script = env.root.Dir("ext").File("git-commit-msg")
/gem5/tests/configs/
H A Dswitcheroo.py76 def run_test(root, switcher=None, freq=1000, verbose=False):
101 switcher = Sequential(root.system.cpu)
104 system = root.system
H A Do3-timing-ruby.py55 root = Root(full_system = False, system = system) variable
H A Dmemtest.py77 root = Root( full_system = False, system = system ) variable
78 root.system.mem_mode = 'timing'
H A Dmemtest-filter.py78 root = Root( full_system = False, system = system ) variable
79 root.system.mem_mode = 'timing'
H A Dsimple-timing-ruby.py98 root = Root(full_system = False, system = system) variable
99 root.system.mem_mode = 'timing'
/gem5/configs/common/
H A DBenchmarks.py42 self.root = rootdev
74 if self.root:
75 return self.root
/gem5/util/style/
H A Dfile_types.py143 for root,dirs,files in os.walk(base):
144 root = root.replace(base, '', 1)
155 fullpath = os.path.join(base, root, filename)
/gem5/util/tap/
H A DMakefile41 $(SUDO) install -o root -m 555 m5tap /usr/local/bin
/gem5/src/dev/virtio/
H A DVirtIO9P.py63 root = Param.String("/tmp", "Path to export through diod") variable in class:VirtIO9PDiod
/gem5/util/systemc/systemc_within_gem5/systemc_sc_main/
H A Dconfig.py40 root = Root(full_system=True, systemc_kernel=kernel) variable
/gem5/util/dist/test/
H A Dsimple_bootscript.rcS50 source /root/.bashrc
/gem5/configs/dist/
H A Dsw.py75 root = Root(full_system = True, system = system)
76 Simulation.run(options, root, None, None)
/gem5/src/unittest/
H A Dgenini.py73 if 'root' in globals() and isinstance(root, Root):
74 instantiate(root)
76 print("Instantiation skipped: no root object found.")
/gem5/tests/gem5/memory/
H A Dmemtest-run.py78 root = Root( full_system = False, system = system ) variable
79 root.system.mem_mode = 'timing'
H A Dsimple-run.py94 root = Root(full_system = False, system = system) variable
95 root.system.mem_mode = 'timing'

Completed in 24 milliseconds

12345678