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

123

/gem5/configs/example/arm/
H A Dstarter_fs.py232 root = Root(full_system=True)
H A Dstarter_se.py213 root = Root(full_system=False)
H A Dfs_bigLITTLE.py222 root = Root(full_system=True)
/gem5/tests/gem5/cpu_tests/
H A Drun.py168 root = Root(full_system = False, system = system)
/gem5/configs/example/
H A Dgarnet_synth_traffic.py144 root = Root(full_system = False, system = system)
H A Dmemtest.py319 root = Root(full_system = False, system = system)
H A Dmemcheck.py305 root = Root(full_system = False, system = system)
H A Dse.py280 root = Root(full_system = False, system = system)
H A Dfs.py357 root = Root(full_system=True, system=test_sys)
H A Dapu_se.py534 root = Root(system=system, full_system=False)
/gem5/tests/configs/
H A Dbase_config.py240 return Root(full_system=False, system=system)
303 return Root(full_system=True, system=system)
H A Dgpu-ruby.py349 root = Root(full_system = False, system = system)
/gem5/configs/ruby/
H A DMOESI_hammer.py56 def create_system(options, full_system, system, dma_ports, bootmem,
243 if full_system:
H A DMOESI_CMP_token.py53 def create_system(options, full_system, system, dma_ports, bootmem,
251 if full_system:
H A DMESI_Three_Level.py53 def create_system(options, full_system, system, dma_ports, bootmem,
248 if full_system:
H A DMOESI_AMD_Base.py213 def create_system(options, full_system, system, dma_devices, bootmem,
330 if not full_system:
H A DGPU_VIPER.py394 def create_system(options, full_system, system, dma_devices, bootmem,
503 if not full_system:
H A DGPU_VIPER_Region.py446 def create_system(options, full_system, system, dma_devices, bootmem,
H A DGPU_VIPER_Baseline.py377 def create_system(options, full_system, system, dma_devices, bootmem,
H A DGPU_RfO.py430 def create_system(options, full_system, system, dma_devices, bootmem,
/gem5/configs/dram/
H A Dlat_mem_rd.py303 root = Root(full_system = False, system = system)
/gem5/configs/splash2/
H A Drun.py229 root = Root(full_system = False, system = system)
H A Dcluster.py243 root = Root(full_system = False, system = system)
/gem5/configs/common/
H A DFSConfig.py661 def makeDualRoot(full_system, testSystem, driveSystem, dumpfile):
662 self = Root(full_system = full_system)
693 self = Root(full_system = True)

Completed in 45 milliseconds

123