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

12345678

/gem5/tests/quick/se/40.m5threads-test-atomic/
H A Dtest.py5 root.system.cpu[i].workload = process
/gem5/tests/quick/se/01.hello-2T-smt/
H A Dtest.py33 root.system.cpu[0].workload = [process1, process2]
/gem5/tests/configs/
H A Drealview64-simple-timing-dual-ruby.py41 root = LinuxArmFSSystem(machine_type='VExpress_EMM64', variable
H A Drealview-o3-dual.py42 root = LinuxArmFSSystem(mem_mode='timing', variable
H A Drealview-o3-checker.py42 root = LinuxArmFSSystemUniprocessor(mem_mode='timing', variable
H A Drealview64-o3-checker.py42 root = LinuxArmFSSystemUniprocessor(machine_type='VExpress_EMM64', variable
H A Drealview64-o3-dual.py42 root = LinuxArmFSSystem(machine_type='VExpress_EMM64', variable
H A Drealview64-o3.py42 root = LinuxArmFSSystemUniprocessor(machine_type='VExpress_EMM64', variable
H A Drealview-o3.py42 root = LinuxArmFSSystemUniprocessor(mem_mode='timing', variable
H A Dtgen-simple-mem.py78 root = Root(full_system = False, system = system) variable
79 root.system.mem_mode = 'timing'
H A Dtgen-dram-ctrl.py75 root = Root(full_system = False, system = system) variable
76 root.system.mem_mode = 'timing'
H A Do3-timing-mp-ruby.py64 root = Root(full_system = False, system = system) variable
65 root.system.mem_mode = 'timing'
H A Dsimple-atomic-mp-ruby.py62 root = Root(full_system = False, system = system) variable
63 root.system.mem_mode = 'atomic'
/gem5/tests/quick/se/04.gpu/
H A Dtest.py47 root.system.cpu[2].cl_driver = driver
48 root.system.cpu[0].workload = Process(cmd = 'gpu-hello',
/gem5/tests/gem5/fs/linux/arm/
H A Drun.py51 def run_test(root):
72 system = root.system
84 run_test(root)
/gem5/tests/long/se/70.twolf/
H A Dtest.py36 root.system.cpu[0].workload = workload.makeProcess()
37 cwd = root.system.cpu[0].workload[0].cwd
/gem5/tests/quick/se/70.twolf/
H A Dtest.py37 root.system.cpu[0].workload = workload.makeProcess()
38 cwd = root.system.cpu[0].workload[0].cwd
/gem5/src/arch/arm/
H A DArmSystem.py102 # Generate a device tree root node for the system by creating the root
106 # root instead of appended.
116 root = FdtNode('/')
117 root.append(state.addrCellsProperty())
118 root.append(state.sizeCellsProperty())
122 root.append(generateMemNode(mem_range))
125 # Merge root nodes instead of adding them (for children
126 # that need to add multiple root level nodes)
127 if node.get_name() == root
[all...]
/gem5/util/term/
H A DMakefile37 $(SUDO) install -o root -m 555 m5term /usr/local/bin
/gem5/tests/legacy-configs/
H A Drun.py54 def run_test(root):
118 if hasattr(root, sysattr):
119 initCPUs(getattr(root, sysattr))
121 run_test(root)
/gem5/configs/splash2/
H A Drun.py226 # Define the root
229 root = Root(full_system = False, system = system) variable
235 root.workload = Cholesky()
237 root.workload = FFT()
239 root.workload = LU_contig()
241 root.workload = LU_noncontig()
243 root.workload = Radix()
245 root.workload = Barnes()
247 root.workload = FMM()
249 root
[all...]
/gem5/util/batch/
H A Dsend.py49 for root, dirs, files in os.walk(srcdir):
50 root = normpath(root)
51 prefix = os.path.commonprefix([root, srcdir])
52 root = root[len(prefix):]
53 if root.startswith('/'):
54 root = root[1:]
59 newdir = joinpath(destdir, root, entr
[all...]
/gem5/util/pbs/
H A Dsend.py50 for root, dirs, files in os.walk(srcdir):
51 root = normpath(root)
52 prefix = os.path.commonprefix([root, srcdir])
53 root = root[len(prefix):]
54 if root.startswith('/'):
55 root = root[1:]
60 newdir = joinpath(destdir, root, entr
[all...]
/gem5/util/tlm/conf/
H A Dtlm_slave.py75 root = Root(full_system = False, system = system) variable
76 root.system.mem_mode = 'timing'
/gem5/site_scons/site_tools/
H A Ddefault.py74 env.root = env.Dir('#')
75 env.srcdir = env.root.Dir('src')

Completed in 98 milliseconds

12345678