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

12345678

/gem5/tests/gem5/cpu_tests/
H A Drun.py168 root = Root(full_system = False, system = system) variable
/gem5/util/stats/
H A Dprofile.py253 for root,dirs,files in os.walk(directory):
259 filename = joinpath(root, name)
260 prefix = os.path.commonprefix([root, directory])
261 dirname = root[len(prefix)+1:]
/gem5/src/python/m5/ext/pyfdt/
H A Dpyfdt.py693 """Add root node"""
699 """Get root node"""
860 root = FdtNode('/')
862 _add_json_to_fdtnode(root, tree)
865 fdt.add_rootnode(root)
873 root = FdtNode("/")
878 nodes = {path: root}
896 fdt.add_rootnode(root)
/gem5/src/systemc/tests/
H A Dverify.py342 root = items[i][0]
343 sources.append(root)
345 while i < len(items) and items[i][0].startswith(root):
/gem5/configs/example/
H A Dread_config.py365 # Add children to objects in the hierarchy from root
366 self.fill_in_children('root', self.find_object('root'))
370 # which are already in the root hierarchy
440 if object_name == 'root':
473 root = json.load(open(config_file, 'r'))
475 self.find_all_objects(root)
H A Dapu_se.py88 parser.add_option("--benchmark-root", help="Root of benchmark directory tree")
171 # if benchmark root is specified explicitly, that overrides the search path
534 root = Root(system=system, full_system=False) variable
/gem5/src/dev/virtio/
H A Dfs9p.cc400 "-e", p->root.c_str(), // path to export
/gem5/configs/common/
H A DSimulation.py433 def run(options, root, testsys, cpu_class):
614 root.apply_config(options.param)
/gem5/src/base/
H A Dstatistics.hh3017 /** The root of the tree which represents the Formula */
3018 NodePtr root;
3032 * Set an unitialized Formula to the given root.
3033 * @param r The root of the expression tree.
3047 * @param r The root of the expression tree.
3054 * @param r The root of the expression tree.

Completed in 29 milliseconds

12345678