Searched refs:False (Results 51 - 75 of 269) sorted by relevance

1234567891011

/gem5/tests/configs/
H A Do3-timing-ruby.py55 root = Root(full_system = False, system = system)
H A Dsimple-timing-ruby.py77 Ruby.create_system(options, False, system)
98 root = Root(full_system = False, system = system)
H A Dsimple-timing-mp-ruby.py74 Ruby.create_system(options, False, system)
94 root = Root( full_system=False, system = system )
/gem5/src/sim/
H A DRoot.py74 time_sync_enable = Param.Bool(False, "whether time syncing is enabled")
/gem5/util/
H A Dcscope-index.py46 return False
H A Dprotolib.py134 False if no message could be read.
139 return False
144 return False
/gem5/configs/common/
H A DSimpleOpts.py41 called_parse_args = False
H A DBPConfig.py54 return False
105 return False
/gem5/src/cpu/trace/
H A DTraceCPU.py81 enableEarlyExit = Param.Bool(False, "Exit when any one Trace CPU "\
/gem5/src/mem/ruby/structures/
H A DRubyPrefetcher.py49 cross_page = Param.Bool(False, """True if prefetched address can be on a
/gem5/src/python/m5/
H A Dproxy.py105 done = False
121 self._visited = False
122 base._visited = False
187 visited = False
192 return None, False
201 return None, False
250 return False
268 Parent = ProxyFactory(search_self = False, search_up = True)
269 Self = ProxyFactory(search_self = True, search_up = False)
/gem5/util/batch/
H A Dsend.py104 depend = False
105 clean = False
106 onlyecho = False
108 force = False
109 listonly = False
111 verbose = False
113 docpts = False
115 runflag = False
138 update = False
H A Dbatch.py162 self.hold = False
163 self.join = False
164 self.keep_stdout = False
165 self.keep_stderr = False
167 self.mail_abort = False
168 self.mail_begin = False
169 self.mail_end = False
/gem5/util/pbs/
H A Dsend.py105 depend = False
106 clean = False
107 onlyecho = False
109 force = False
110 listonly = False
112 verbose = False
114 docpts = False
116 runflag = False
139 update = False
H A Dpbs.py95 self.hold = False
96 self.join = False
97 self.keep_stdout = False
98 self.keep_stderr = False
100 self.mail_abort = False
101 self.mail_begin = False
102 self.mail_end = False
/gem5/src/cpu/testers/memtest/
H A DMemTest.py74 suppress_func_warnings = Param.Bool(False, "Suppress warnings when "\
/gem5/util/style/
H A Dverifiers.py95 m = SequenceMatcher(a=old, b=new, autojunk=False)
132 self.opt_fix = opts.get('fix_' + self.opt_name, False)
133 self.opt_ignore = opts.get('ignore_' + self.opt_name, False)
134 self.opt_skip = opts.get('skip_' + self.opt_name, False)
137 self.opt_fix = opts.get('fix_all', False)
138 self.opt_ignore = opts.get('ignore_all', False)
139 self.opt_skip = opts.get('skip_all', False)
177 Returns True to abort, False otherwise.
192 return False
195 def check(self, filename, regions=all_regions, fobj=None, silent=False)
[all...]
/gem5/src/arch/x86/insts/
H A Dmicroop.hh68 False, enumerator in enum:X86ISA::ConditionTests::CondTest
69 NotTrue = False,
/gem5/src/arch/arm/
H A DArmTLB.py51 is_stage2 = Param.Bool(False, "Is this object for stage 2 translation?")
70 is_stage2 = Param.Bool(False, "Is this a stage 2 TLB?")
/gem5/src/cpu/testers/traffic_gen/
H A DBaseTrafficGen.py72 elastic_req = Param.Bool(False,
106 return False
/gem5/src/gpu-compute/
H A DX86GPUTLB.py66 accessDistance = Param.Bool(False, "print accessDistance stats")
76 disableCoalescing = Param.Bool(False,"Dispable Coalescing")
/gem5/ext/pybind11/tests/
H A Dtest_gil_scoped.py36 def _python_to_cpp_to_python_from_threads(num_threads, parallel=False):
72 assert _run_in_process(_python_to_cpp_to_python_from_threads, 8, parallel=False) == 0
/gem5/src/cpu/pred/
H A DBranchPredictor.py186 useSpeculation = Param.Bool(False, "Use speculation")
189 useHashing = Param.Bool(False, "Use hashing")
192 useDirectionBit = Param.Bool(False, "Use direction info")
196 restrictAllocation = Param.Bool(False,
217 speculativeHistUpdate = False
290 truncatePathHist = False
317 useSpeculation = False
323 optionalAgeReset = False
543 hash_taken = Param.Bool(False,
553 speculative_update = Param.Bool(False,
[all...]
/gem5/util/stats/
H A Dprint.py29 all = False
30 descriptions = False
33 def __init__(self, value, precision, percent = False):
86 return False
89 return False
/gem5/configs/example/
H A Druby_random_test.py91 check_flush = False
112 Ruby.create_system(options, False, system)
152 root = Root( full_system = False, system = system )

Completed in 19 milliseconds

1234567891011