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

12345678

/gem5/tests/configs/
H A Dlearning-gem5-p1-simple.py33 root = None variable
35 def run_test(root):
H A Dlearning-gem5-p1-two-level.py33 root = None variable
35 def run_test(root):
H A Ddram-lowp.py46 root = None variable
50 def run_test(root):
H A Dmemcheck.py52 root = None variable
54 def run_test(root):
H A Dsimple-atomic.py44 root = BaseSESystemUniprocessor(mem_mode='atomic', variable
H A Dsimple-timing.py44 root = BaseSESystemUniprocessor(mem_mode='timing', variable
H A Dpc-simple-atomic.py41 root = LinuxX86FSSystemUniprocessor(mem_mode='atomic', variable
H A Drealview-simple-atomic-dual.py41 root = LinuxArmFSSystem(mem_mode='atomic', variable
H A Drealview-simple-atomic.py41 root = LinuxArmFSSystemUniprocessor(mem_mode='atomic', variable
H A Drealview64-simple-atomic-dual.py41 root = LinuxArmFSSystem(machine_type='VExpress_EMM64', variable
H A Drealview64-simple-atomic.py41 root = LinuxArmFSSystemUniprocessor(machine_type='VExpress_EMM64', variable
H A Dsimple-atomic-dummychecker.py41 root = BaseSESystemUniprocessor(mem_mode='atomic', variable
H A Dsimple-atomic-mp.py45 root = BaseSESystem(mem_mode='atomic', cpu_class=AtomicSimpleCPU, variable
H A Dsimple-timing-mp.py45 root = BaseSESystem(mem_mode='timing', cpu_class=TimingSimpleCPU, variable
H A Dtsunami-simple-atomic-dual.py41 root = LinuxAlphaFSSystem(mem_mode='atomic', variable
/gem5/tests/long/fs/10.linux-boot/
H A Dtest.py29 root.system.readfile = os.path.join(tests_root, 'halt.sh')
/gem5/tests/long/fs/80.solaris-boot/
H A Dtest.py29 root.system.readfile = os.path.join(tests_root, 'halt.sh')
/gem5/tests/quick/fs/10.linux-boot/
H A Dtest.py29 root.system.readfile = os.path.join(tests_root, 'halt.sh')
/gem5/tests/quick/se/00.hello/
H A Dtest.py29 root.system.cpu[0].workload = Process(cmd = 'hello',
31 if root.system.cpu[0].checker != NULL:
32 root.system.cpu[0].checker.workload = root.system.cpu[0].workload
/gem5/tests/quick/se/02.insttest/
H A Dtest.py29 root.system.cpu[0].workload = Process(cmd = 'insttest',
/gem5/tests/long/se/10.mcf/
H A Dtest.py33 root.system.cpu[0].workload = workload.makeProcess()
34 root.system.physmem.range=AddrRange('256MB')
/gem5/tests/quick/se/10.mcf/
H A Dtest.py33 root.system.cpu[0].workload = workload.makeProcess()
34 root.system.physmem.range=AddrRange('256MB')
/gem5/tests/quick/se/00.hello.mp/
H A Dtest.py37 for i, cpu in zip(range(len(cpus)), root.system.cpu):
41 root.system.cpu[i].workload = p
42 root.system.cpu[i].max_insts_all_threads = 10000000
43 #root.system.cpu.workload = Process(cmd = 'hello',
/gem5/site_scons/
H A Dgem5_python_paths.py44 root = fs.Dir('#') variable
46 root.Dir('src').Dir('python').srcnode(), # gem5 includes
47 root.Dir('ext').Dir('ply').srcnode(), # ply is used by several files
/gem5/configs/learning_gem5/part2/
H A Dhello_goodbye.py47 # set up the root SimObject and start the simulation
48 root = Root(full_system = False) variable
51 root.hello = HelloObject(time_to_wait = '2us', number_of_fires = 5)
52 root.hello.goodbye_object = GoodbyeObject(buffer_size='100B')

Completed in 15 milliseconds

12345678