Searched refs:full_system (Results 1 - 25 of 74) sorted by relevance

123

/gem5/configs/learning_gem5/part2/
H A Dhello_goodbye.py48 root = Root(full_system = False)
H A Drun_simple.py47 root = Root(full_system = False)
/gem5/configs/example/
H A Dsc_main.py38 root = Root(full_system=True, systemc_kernel=kernel)
H A Dhmc_hello.py84 root = Root(full_system=False, system=system)
/gem5/src/systemc/tests/
H A Dconfig.py41 root = Root(full_system=True, systemc_kernel=kernel)
/gem5/tests/configs/
H A Do3-timing-ruby.py55 root = Root(full_system = False, system = system)
H A Dtgen-simple-mem.py78 root = Root(full_system = False, system = system)
H A Dtgen-dram-ctrl.py75 root = Root(full_system = False, system = system)
H A Do3-timing-mp-ruby.py64 root = Root(full_system = False, system = system)
H A Dsimple-atomic-mp-ruby.py62 root = Root(full_system = False, system = system)
H A Dt1000-simple-atomic.py57 root = Root(full_system=True, system=system)
H A Dmemtest.py77 root = Root( full_system = False, system = system )
H A Dmemtest-filter.py78 root = Root( full_system = False, system = system )
H A Dsimple-timing-ruby.py98 root = Root(full_system = False, system = system)
/gem5/src/sim/
H A DRoot.py71 full_system = Param.Bool("if this is a full system simulation") variable in class:Root
H A Droot.cc39 #include "sim/full_system.hh"
148 FullSystem = full_system;
149 FullSystemInt = full_system ? 1 : 0;
/gem5/util/systemc/systemc_within_gem5/systemc_sc_main/
H A Dconfig.py40 root = Root(full_system=True, systemc_kernel=kernel)
/gem5/util/tlm/conf/
H A Dtlm_master.py73 root = Root(full_system = False, system = system)
H A Dtlm_slave.py75 root = Root(full_system = False, system = system)
/gem5/util/systemc/systemc_within_gem5/systemc_simple_object/
H A Dconfig.py54 root = Root(full_system=True, systemc_kernel=kernel)
/gem5/configs/learning_gem5/part3/
H A Druby_test.py73 root = Root(full_system = False, system = system)
/gem5/configs/ruby/
H A DGarnet_standalone.py45 def create_system(options, full_system, system, dma_ports, bootmem,
/gem5/configs/dist/
H A Dsw.py75 root = Root(full_system = True, system = system)
/gem5/tests/gem5/memory/
H A Dmemtest-run.py78 root = Root( full_system = False, system = system )
H A Dsimple-run.py94 root = Root(full_system = False, system = system)

Completed in 18 milliseconds

123