Searched defs:system (Results 51 - 75 of 117) sorted by relevance

12345

/gem5/configs/example/
H A Druby_random_test.py104 system = System(cpu = tester, mem_ranges = [AddrRange(options.mem_size)]) variable
[all...]
H A Druby_mem_test.py109 system = System(cpu = cpus, variable
[all...]
H A Dse.py176 system = System(cpu = [CPUClass(cpu_id=i) for i in range(np)], variable
[all...]
H A Dmemtest.py226 system = System(physmem = SimpleMemory(), variable
[all...]
H A Dmemcheck.py222 system = System(physmem = DDR3_1600_8x8()) variable
[all...]
H A Dgarnet_synth_traffic.py117 system = System(cpu = cpus, mem_ranges = [AddrRange(options.mem_size)]) variable
[all...]
/gem5/configs/dram/
H A Dsweep.py96 system = System(membus = IOXBar(width = 32)) variable
[all...]
H A Dlow_power_sweep.py92 system = System(membus = IOXBar(width = 32)) variable
[all...]
/gem5/src/dev/mips/
H A DMalta.py55 system = Param.System(Parent.any, "system") variable in class:Malta
H A Dmalta.hh63 System *system; member in class:Malta
/gem5/src/dev/virtio/
H A DVirtIO.py54 system = Param.System(Parent.any, "system object") variable in class:VirtIODeviceBase
/gem5/tests/gem5/memory/
H A Dsimple-run.py68 system = System(cpu = cpu, physmem = MyMem(), variable
[all...]
/gem5/src/cpu/testers/memtest/
H A DMemTest.py70 system = Param.System(Parent.any, "System this tester is part of") variable in class:MemTest
/gem5/src/cpu/testers/directedtest/
H A DRubyDirectedTester.py40 system = Param.System(Parent.any, "System we belong to") variable in class:DirectedGenerator
/gem5/src/cpu/testers/rubytest/
H A DRubyTester.py44 system = Param.System(Parent.any, "System we belong to") variable in class:RubyTester
/gem5/src/mem/ruby/slicc_interface/
H A DController.py73 system = Param.System(Parent.any, "system object parameter") variable in class:RubyController
/gem5/src/systemc/tlm_bridge/
H A DTlmBridge.py40 system = Param.System(Parent.any, "system") variable in class:Gem5ToTlmBridgeBase
52 system = Param.System(Parent.any, "system") variable in class:TlmToGem5BridgeBase
/gem5/src/mem/probes/
H A Dmem_footprint.hh94 System *system; member in class:MemFootprintProbe
/gem5/src/dev/x86/
H A DPc.py52 system = Param.System(Parent.any, "system") variable in class:Pc
/gem5/src/cpu/testers/garnet_synthetic_traffic/
H A DGarnetSyntheticTraffic.py57 system = Param.System(Parent.any, "System we belong to") variable in class:GarnetSyntheticTraffic
/gem5/util/cxx_config/
H A Dmain.cc280 System &system = config_manager->getObject<System>("system"); local
/gem5/src/arch/alpha/
H A Disa.hh61 System *system; member in class:AlphaISA::ISA
/gem5/tests/gem5/cpu_tests/
H A Drun.py122 system = System() variable
[all...]
/gem5/src/cpu/testers/traffic_gen/
H A DBaseTrafficGen.py67 system = Param.System(Parent.any, "System this generator is part of") variable in class:BaseTrafficGen
/gem5/src/gpu-compute/
H A DX86GPUTLB.py46 system = Param.System(Parent.any, "system object") variable in class:X86PagetableWalker

Completed in 25 milliseconds

12345