Searched refs:os_type (Results 1 - 3 of 3) sorted by relevance

/gem5/configs/common/
H A DBenchmarks.py38 os_type='linux'):
43 self.ostype = os_type
79 def os_type(self): member in class:SysConfig
H A DFSConfig.py323 if 'android' not in mdesc.os_type():
330 if 'android' in mdesc.os_type():
335 if 'kitkat' in mdesc.os_type():
338 elif 'nougat' in mdesc.os_type():
/gem5/configs/example/
H A Dfs.py331 mem=options.mem_size, os_type=options.os_type),
333 mem=options.mem_size, os_type=options.os_type)]
336 mem=options.mem_size, os_type=options.os_type)]

Completed in 8 milliseconds