Searched refs:True (Results 151 - 175 of 290) sorted by relevance

1234567891011>>

/gem5/src/systemc/tests/tlm/endian_conv/
H A Dtestall.py103 while True:
128 while True:
308 return True
315 return True
326 return True
334 return True
339 return True
422 first_time = True
/gem5/tests/configs/
H A Darm_generic.py81 use_ruby -- True if ruby is used instead of the classic memory system
97 system.panic_on_panic = True
98 system.panic_on_oops = True
/gem5/tests/testing/
H A Dhelpers.py92 self._timeout = True
149 return True
/gem5/util/style/
H A Dstyle.py66 while True:
130 return True
/gem5/configs/example/
H A Dfs.py104 test_sys.enable_context_switch_stats_dump = True
136 test_sys.have_lpae = True
139 test_sys.have_virtualization = True
152 Ruby.create_system(options, True, test_sys, test_sys.iobus,
343 root = makeDualRoot(True, test_sys, drive_sys, options.etherdump)
357 root = Root(full_system=True, system=test_sys)
363 root.time_sync_enable = True
366 VncServer.frame_capture = True
H A Dmemtest.py138 while True:
186 writeback_clean = True)
308 last_subsys.xbar.point_of_coherency = True
311 data_latency = 10, sequential_access = True,
/gem5/configs/ruby/
H A DMOESI_AMD_Base.py110 self.sequencer.is_cpu_sequencer = True
118 self.sequencer1.is_cpu_sequencer = True
192 self.CPUonly = True
209 default=True)
265 dir_cntrl.requestFromCores = MessageBuffer(ordered = True)
280 dir_cntrl.triggerQueue = MessageBuffer(ordered = True)
281 dir_cntrl.L3triggerQueue = MessageBuffer(ordered = True)
325 cp_cntrl.triggerQueue = MessageBuffer(ordered = True)
H A DGarnet_standalone.py87 garnet_standalone = True,
/gem5/src/python/m5/util/
H A Djobfile.py146 self._is_checkpoint = True
234 def clone(self, suboptions=True):
346 def addfilter(self, filt, pos=True):
360 return True
364 return True
369 for options in self.options(groups, True):
381 for options in self.options(groups, True):
442 both = True
443 checkpoint = True
445 checkpoint = True
[all...]
/gem5/ext/ply/example/closurecalc/
H A Dcalc.py121 while True:
/gem5/util/stats/
H A Dchart.py34 'fig_legend' : True,
/gem5/src/mem/slicc/ast/
H A DEnqueueStatementAST.py66 ret_type, rcode = self.latexpr.inline(True)
H A DObjDeclAST.py66 rvalue_type,init_code = self.rvalue.inline(True)
/gem5/src/mem/slicc/symbols/
H A DTransition.py44 found = True
/gem5/configs/dram/
H A Dlat_mem_rd.py113 system.mmap_using_noreserve = True
126 ctrl.null = True
272 sequential_access = True
283 system.l2cache = L2Cache(size = '512kB', writeback_clean = True)
/gem5/src/dev/pci/
H A DPciHost.py49 abstract = True
/gem5/src/mem/qos/
H A DQoSPolicy.py46 abstract = True
/gem5/tests/gem5/memory/
H A Dsimple-run.py78 system.monitor.stackdist = StackDistProbe(verify = True)
/gem5/util/
H A Dprotolib.py142 return True
H A Doprofile-top.py59 showidle = True
/gem5/src/cpu/testers/traffic_gen/
H A DBaseTrafficGen.py60 abstract = True
/gem5/src/gpu-compute/
H A DX86GPUTLB.py65 allocationPolicy = Param.Bool(True, "Allocate on an access")
/gem5/src/mem/
H A DCommMonitor.py102 disable_addr_dists = Param.Bool(True, "Disable address distributions")
/gem5/src/mem/cache/tags/
H A DTags.py45 abstract = True
/gem5/src/sim/
H A DSystem.py108 kernel_addr_check = Param.Bool(True,

Completed in 27 milliseconds

1234567891011>>