Searched refs:AtomicSimpleCPU (Results 26 - 35 of 35) sorted by relevance

12

/gem5/tests/configs/
H A Dt1000-simple-atomic.py44 cpu = AtomicSimpleCPU(cpu_id=0, clk_domain = system.cpu_clk_domain)
H A Dtwosys-tsunami-simple-atomic.py45 test_sys.cpu = AtomicSimpleCPU(cpu_id=0)
80 drive_sys.cpu = AtomicSimpleCPU(cpu_id=0)
/gem5/tests/gem5/cpu_tests/
H A Drun.py98 valid_cpu = {'AtomicSimpleCPU': AtomicSimpleCPU,
103 valid_cpu = {'AtomicSimpleCPU': AtomicSimpleCPU,
128 if args.cpu != "AtomicSimpleCPU":
135 if args.cpu == "AtomicSimpleCPU":
/gem5/configs/example/arm/
H A Dstarter_fs.py75 "atomic" : ( AtomicSimpleCPU, None, None, None, None),
H A Dstarter_se.py69 "atomic" : ( AtomicSimpleCPU, None, None, None, None),
/gem5/configs/splash2/
H A Drun.py192 cpus = [AtomicSimpleCPU(cpu_id = i,
H A Dcluster.py203 cluster.cpus = [AtomicSimpleCPU(cpu_id = i + cluster.id,
/gem5/configs/example/
H A Dfs.py236 DriveCPUClass = AtomicSimpleCPU
H A Dapu_se.py292 if CpuClass == AtomicSimpleCPU:
293 fatal("AtomicSimpleCPU is not supported")
/gem5/configs/common/
H A DSimulation.py87 TmpClass = AtomicSimpleCPU

Completed in 17 milliseconds

12