Searched refs:machine_type (Results 1 - 24 of 24) sorted by relevance

/gem5/tests/configs/
H A Drealview64-simple-atomic-dual.py41 root = LinuxArmFSSystem(machine_type='VExpress_EMM64',
H A Drealview64-simple-atomic.py41 root = LinuxArmFSSystemUniprocessor(machine_type='VExpress_EMM64',
H A Drealview64-simple-timing-dual.py41 root = LinuxArmFSSystem(machine_type='VExpress_EMM64',
H A Drealview64-minor-dual.py41 root = LinuxArmFSSystem(machine_type='VExpress_EMM64',
H A Drealview64-simple-timing.py41 root = LinuxArmFSSystemUniprocessor(machine_type='VExpress_EMM64',
H A Drealview64-minor.py41 root = LinuxArmFSSystemUniprocessor(machine_type='VExpress_EMM64',
H A Drealview64-simple-timing-ruby.py41 root = LinuxArmFSSystemUniprocessor(machine_type='VExpress_EMM64',
H A Darm_generic.py76 def __init__(self, machine_type, **kwargs):
79 machine_type -- String describing the platform to simulate
83 self.machine_type = machine_type
91 self.machine_type, self.num_cpus,
105 system.kernel = SysPaths.binary(default_kernels[self.machine_type])
112 system.dtb_filename = SysPaths.binary(default_dtbs[self.machine_type])
121 def __init__(self, machine_type='VExpress_EMM', **kwargs):
128 machine_type -- String describing the platform to simulate
131 LinuxArmSystemBuilder.__init__(self, machine_type, **kwarg
[all...]
H A Drealview64-switcheroo-atomic.py43 machine_type='VExpress_EMM64', variable
H A Drealview64-simple-atomic-checkpoint.py44 root = LinuxArmFSSystemUniprocessor(machine_type='VExpress_EMM64',
H A Drealview64-switcheroo-full.py43 machine_type='VExpress_EMM64', variable
H A Drealview64-switcheroo-timing.py43 machine_type='VExpress_EMM64', variable
H A Drealview64-switcheroo-o3.py43 machine_type='VExpress_EMM64', variable
H A Drealview64-simple-timing-dual-ruby.py41 root = LinuxArmFSSystem(machine_type='VExpress_EMM64',
H A Drealview64-o3-checker.py42 root = LinuxArmFSSystemUniprocessor(machine_type='VExpress_EMM64',
H A Drealview64-o3-dual.py42 root = LinuxArmFSSystem(machine_type='VExpress_EMM64',
H A Drealview64-o3.py42 root = LinuxArmFSSystemUniprocessor(machine_type='VExpress_EMM64',
/gem5/src/mem/slicc/ast/
H A DMachineAST.py74 machine_type = self.symtab.find("MachineType", Type)
75 if not machine_type.checkEnum(mtype):
76 self.error("Duplicate machine name: %s:%s" % (machine_type, mtype))
/gem5/src/arch/arm/freebsd/
H A Dsystem.cc142 threadContexts[i]->setIntReg(1, params()->machine_type);
/gem5/configs/example/arm/
H A Dfs_bigLITTLE.py118 machine_type="VExpress_GEM5", disks=[]):
119 platform = PlatformConfig.get(machine_type)
228 options.machine_type,
/gem5/src/arch/arm/
H A DArmSystem.py137 machine_type = Param.ArmMachineType('DTOnly', variable in class:GenericArmSystem
/gem5/configs/common/
H A DFSConfig.py207 def makeArmSystem(mem_mode, machine_type, num_cpus=1, mdesc=None,
210 assert machine_type
234 platform_class = PlatformConfig.get(machine_type)
235 # Resolve the real platform name, the original machine_type
237 machine_type = platform_class.__name__
290 self.machine_type = machine_type if machine_type in ArmMachineType.map \
/gem5/configs/example/
H A Dfs.py95 test_sys = makeArmSystem(test_mem_mode, options.machine_type, np,
252 drive_sys = makeArmSystem(drive_mem_mode, options.machine_type, np,
370 if options.machine_type not in ["VExpress_GEM5", "VExpress_GEM5_V1"]:
/gem5/src/arch/arm/linux/
H A Dsystem.cc213 threadContexts[i]->setIntReg(1, params()->machine_type);

Completed in 22 milliseconds