Searched refs:True (Results 201 - 225 of 290) sorted by relevance

1234567891011>>

/gem5/tests/configs/
H A Dswitcheroo.py119 while True:
H A Dbase_config.py73 checker -- Set to True to add checker CPUs
75 use_ruby -- Set to True to use ruby memory
174 Ruby.create_system(options, True, system, system.iobus,
287 sequential_access = True,
303 return Root(full_system=True, system=system)
333 switched_out=True)
H A Dgpu-ruby.py178 timing = True)
191 shader.impl_kern_boundary_sync = True
196 per_lane = True
221 functionalTLB = True,
H A Dmemtest-ruby.py68 percent_uncacheable=0, suppress_func_warnings=True) \
/gem5/tests/test-progs/asmtest/src/riscv/
H A Drun-tests.py53 return subprocess.check_output(cmd, shell=True)
/gem5/util/
H A Dgem5img.py195 debug = True
223 if dev.setup(path, offset=True) != 0:
324 if dev.setup(path, offset=True) != 0:
348 if dev.setup(path, offset=True) != 0:
H A Dfind_copyrights.py222 show_counts = True
226 verbose = True
270 for count,dates,owner in sorted(info, reverse=True):
/gem5/util/streamline/
H A Dm5stats2streamline.py119 # Setting this to True will significantly compress the .apc binary file that
203 more = True
566 process = Task(uid, 9999, 9999, "framebuffer", True, 0)
572 process = Task(uid, 9998, 9998, "System", True, 0)
616 task_name_failure_warned = True
625 process = Task(uid, pid, tgid, "idle", True, tick)
628 process = Task(uid, pid, tgid, task_name, True, tick)
631 process = Task(uid, tgid, tgid, "idle", True, tick)
635 process = Task(uid, tgid, tgid, "_Unknown_", True, tick)
833 stats.register(item, group, i, True)
[all...]
/gem5/src/mem/cache/
H A DCache.py77 abstract = True
125 # this should be set to True for anything but the last-level
/gem5/tests/gem5/
H A Dfixture.py108 self._init_done = True
114 self._setup_done = True
187 super(MakeFixture, self).__init__(build_once=True, lazy_init=False,
215 lazy_init=True,
/gem5/configs/example/arm/
H A Dfs_bigLITTLE.py80 return True
164 parser.add_argument("--kernel", type=str, required=True,
222 root = Root(full_system=True)
323 while True:
/gem5/src/mem/slicc/
H A Dmain.py95 slicc = SLICC(slicc_file, protocol_base, verbose=True, debug=opts.debug,
/gem5/util/style/
H A Dregion.py31 def __le__(self, other): return True
44 def __ge__(self, other): return True
78 region: True if self and other is fully contained within self.
79 pos: True if other is within the region'''
86 region: True if self and other are identical.
87 pos: True if other is within the region'''
98 pos: True if other is not in the region'''
163 return True
H A Dverifiers.py165 return True
177 Returns True to abort, False otherwise.
190 return True # abort
210 that returns True if the line is OK and False if it has an
234 close = True
317 return True
352 close = True
456 if match.group(1) in ('true', 'True'):
/gem5/ext/testlib/
H A Dsandbox.py125 self.stdout_thread.daemon = True
126 self.stderr_thread.daemon = True
178 self.p.daemon = True
H A Dmain.py103 final_tags.append(config.TagRegex(True, regex_fmt % tag))
207 log.test_log.message('Loading Tests', bold=True)
259 .format(len(test_schedule.suites)), bold=True)
/gem5/configs/ruby/
H A DMESI_Two_Level.py77 is_icache = True)
207 dma_cntrl.responseFromDir = MessageBuffer(ordered = True)
229 io_controller.responseFromDir = MessageBuffer(ordered = True)
/gem5/util/batch/
H A Djob.py50 self.archive = True
159 env['POOLJOB'] = 'True'
187 sync.delete = True
188 sync.sudo = True
/gem5/util/pbs/
H A Djob.py52 self.archive = True
154 env['POOLJOB'] = 'True'
182 sync.delete = True
183 sync.sudo = True
/gem5/configs/example/
H A Dse.py182 system.multi_thread = True
213 process.useArchPT = True
214 process.kvmInSE = True
/gem5/src/python/m5/
H A Dsimulate.py158 need_startup = True
200 return True
244 def switchCpus(system, cpuList, verbose=True):
/gem5/src/dev/arm/
H A DGic.py48 abstract = True
79 abstract = True
225 gicv4 = Param.Bool(True, "GICv4 extension available")
H A DRealView.py84 abstract = True
90 abstract = True
99 abstract = True
127 _dma_coherent = True
471 enable_capture = Param.Bool(True, "capture frame to system.framebuffer.bmp")
481 workaround_dma_line_count = Param.Bool(True, "Workaround incorrect "
483 enable_capture = Param.Bool(True, "capture frame to "
642 BAR0LegacyIO = True, BAR1LegacyIO = True)
647 fake_mem=True)
[all...]
/gem5/src/mem/slicc/symbols/
H A DType.py135 return True
155 return True
167 return True
173 self.enums[ident].primary = True
174 return True
/gem5/configs/common/cores/arm/
H A DHPI.py66 shift = True
321 suppress = True
327 suppress = True
567 suppress = True
843 suppress = True
1413 fetch2CycleInput = True
1418 decodeCycleInput = True
1421 executeCycleInput = True
1440 executeSetTraceTimeOnCommit = True
1443 executeAllowEarlyMemoryIssue = True
[all...]

Completed in 44 milliseconds

1234567891011>>