Searched refs:False (Results 176 - 200 of 269) sorted by relevance

1234567891011

/gem5/configs/learning_gem5/part2/
H A Dsimple_memobj.py100 root = Root(full_system = False, system = system)
/gem5/src/mem/
H A DDRAMCtrl.py138 # Enable DRAM powerdown states if True. This is False by default due to
140 enable_dram_powerdown = Param.Bool(False, "Enable powerdown states")
723 dll = False
822 dll = False
891 dll = False
/gem5/src/arch/arm/
H A DArmISA.py117 impdef_nop = Param.Bool(False,
/gem5/src/mem/slicc/
H A Dmain.py64 parser.add_option("-d", "--debug", default=False, action="store_true",
H A Dparser.py43 def __init__(self, filename, base_dir, verbose=False, traceback=False, **kwargs):
183 t.value = False
352 p[0] = ast.ObjDeclAST(self, p[1], p[2], p[3], None, False)
361 False)
728 p[0] = ast.IsValidPtrExprAST(self, p[3], False)
/gem5/ext/pybind11/tests/
H A Dtest_buffers.py35 # PyPy: Memory leak in the "np.array(m, copy=False)" call
50 mat2 = np.array(mat, copy=False)
H A Dtest_iostream.py88 m.noisy_function(msg, flush=False)
96 m.noisy_function(msg, flush=False)
190 with m.ostream_redirect(stdout=False):
/gem5/util/stats/
H A Doutput.py36 self.invert = False
74 skiplist = [ False ] * ngroups
112 enabled = False
H A Dprofile.py199 tree.aggregate(self, categorize, incategory=False)
400 categorize = False
404 dodot = False
406 textout = False
429 showidle = False
435 funcdata = False
/gem5/util/style/
H A Dregion.py32 def __gt__(self, other): return False
41 def __lt__(self, other): return False
165 return False
/gem5/ext/testlib/
H A Dlog.py114 self._opened = False # TODO Guards to methods
115 self._closed = False # TODO Guards to methods
189 def message(self, message, level=LogLevel.Info, bold=False, **metadata):
/gem5/util/
H A Dcpt_upgrader.py80 verbose_print = False
143 return False
208 change = False
/gem5/configs/ruby/
H A DGPU_RfO.py71 resourceStalls = False
82 resourceStalls = False
89 resourceStalls = False
96 resourceStalls = False
168 self.coalescer.support_inst_reqs = False
169 self.coalescer.is_cpu_sequencer = False
181 self.use_seq_not_coal = False
200 self.coalescer.support_inst_reqs = False
201 self.coalescer.is_cpu_sequencer = False
242 self.sequencer.support_data_reqs = False
[all...]
/gem5/src/mem/slicc/symbols/
H A DType.py45 self.primary = False
128 return False
152 return False
159 return False
175 return False
H A DFunc.py39 self.isInternalMachineFunc = False
/gem5/util/streamline/
H A Dm5stats2streamline.py209 more = False
569 thread = Task(uid, 9999, 9999, "framebuffer", False, 0)
577 thread = Task(uid, 9998, 9998, "System", False, 0)
596 task_name_failure_warned = False
655 thread = Task(uid, pid, tgid, task_name, False, tick)
747 self.found = False
751 self.not_found_at_least_once = False
776 self.per_cpu_found.append(False)
847 stats.register(name, group, i, False)
856 stats.register(item, group, i, False)
[all...]
/gem5/tests/configs/
H A Dgpu-ruby.py189 shader.impl_kern_boundary_sync = False
194 per_lane = False
349 root = Root(full_system = False, system = system)
/gem5/tests/gem5/
H A Dfixture.py187 super(MakeFixture, self).__init__(build_once=True, lazy_init=False,
216 build_once=False)
229 def __init__(self, program, isa, os, recompile=False):
/gem5/src/python/m5/
H A DSimObject.py123 noCxxHeader = False
445 value_dict['abstract'] = False
479 cls._instantiated = False # really instantiated, cloned, or subclassed
781 _warned_about_nested_templates = False
951 return False
958 override = kwargs.get("override", False)
961 static = kwargs.get("static", False)
1196 self._instantiated = False # really "cloned"
1438 visited = False
1718 return False
[all...]
/gem5/configs/network/
H A DNetwork.py73 default=False,
/gem5/configs/common/
H A DOptions.py211 parser.add_option("--smt", action="store_true", default=False,
285 parser.add_option("--initialize-only", action="store_true", default=False,
345 parser.add_option("-S", "--simpoint", action="store_true", default=False,
348 parser.add_option("--at-instruction", action="store_true", default=False,
/gem5/configs/learning_gem5/part1/
H A Dtwo_level.py151 root = Root(full_system = False, system = system)
/gem5/src/mem/cache/prefetch/
H A DPrefetcher.py75 on_miss = Param.Bool(False, "Only notify prefetcher on misses")
82 use_virtual_addresses = Param.Bool(False,
128 cache_snoop = Param.Bool(False, "Snoop cache to eliminate redundant request")
150 on_inst = False
/gem5/src/python/m5/util/
H A Ddot_writer_ruby.py46 pydot = False
/gem5/ext/googletest/googlemock/scripts/generator/cpp/
H A Dtokenize.py135 ignore_errors = False
225 ignore_errors = False

Completed in 49 milliseconds

1234567891011