/gem5/src/dev/sparc/ |
H A D | t1000.hh | 50 System *system; member in class:T1000
|
/gem5/util/tlm/conf/ |
H A D | tlm_master.py | 55 system = System() variable [all...] |
H A D | tlm_slave.py | 56 system = System() variable [all...] |
H A D | tlm_elastic_slave.py | 70 system = System(cpu=TraceCPU(cpu_id=0), variable [all...] |
/gem5/tests/configs/ |
H A D | t1000-simple-atomic.py | 35 system = FSConfig.makeSparcSystem('atomic') variable [all...] |
H A D | simple-timing-ruby.py | 64 system = System(cpu = cpu) variable [all...] |
H A D | simple-timing-mp-ruby.py | 68 system = System(cpu = cpus, clk_domain = SrcClockDomain(clock = '1GHz')) variable [all...] |
H A D | pc-simple-timing-ruby.py | 55 system = FSConfig.makeLinuxX86System('timing', options.num_cpus, variable [all...] |
H A D | tgen-simple-mem.py | 52 system = System(cpu = cpu, physmem = SimpleMemory(), variable [all...] |
H A D | tgen-dram-ctrl.py | 52 system = System(cpu = cpu, physmem = DDR3_1600_8x8(), variable [all...] |
H A D | gpu-randomtest-ruby.py | 94 system = System(cpu = tester) variable [all...] |
H A D | memtest-ruby.py | 75 system = System(cpu = cpus) variable [all...] |
H A D | rubytest-ruby.py | 77 system = System(cpu = tester) variable [all...] |
H A D | memtest.py | 39 system = System(cpu = cpus, variable [all...] |
/gem5/src/arch/alpha/ |
H A D | AlphaISA.py | 47 system = Param.System(Parent.any, "System this ISA object belongs to") variable in class:AlphaISA
|
/gem5/src/dev/storage/ |
H A D | SimpleDisk.py | 37 system = Param.System(Parent.any, "System Pointer") variable in class:SimpleDisk
|
H A D | simple_disk.hh | 53 System *system; member in class:SimpleDisk
|
/gem5/src/mem/probes/ |
H A D | MemFootprintProbe.py | 47 system = Param.System(Parent.any, variable in class:MemFootprintProbe
|
H A D | mem_trace.hh | 71 System *system; member in class:MemTraceProbe
|
H A D | MemTraceProbe.py | 56 system = Param.System(Parent.any, "System the probe belongs to") variable in class:MemTraceProbe
|
/gem5/configs/learning_gem5/part3/ |
H A D | ruby_test.py | 48 system = System() variable [all...] |
/gem5/tests/gem5/fs/linux/arm/ |
H A D | run.py | 72 system = root.system variable
|
/gem5/src/arch/mips/ |
H A D | MipsISA.py | 47 system = Param.System(Parent.any, "System this ISA object belongs to") variable in class:MipsISA
|
/gem5/src/dev/x86/ |
H A D | pc.hh | 51 System *system; member in class:Pc
|
/gem5/util/tlm/examples/ |
H A D | tlm_elastic_slave_with_l2.py | 77 system = System(cpu=TraceCPU(cpu_id=0), variable [all...] |