Searched refs:True (Results 176 - 200 of 290) sorted by relevance

1234567891011>>

/gem5/src/sim/
H A DProcess.py74 abstract = True
/gem5/src/python/m5/util/
H A Dpybind.py51 def __init__(self, name, cxx_name=None, writable=True):
H A Dcode_formatter.py124 globals = True
125 locals = True
126 fix_newlines = True
231 return ''.join(indent_lines(lone.splitlines(True)))
269 lines = format[:i].splitlines(True)
H A Ddot_writer.py141 (True, False) : 'forward',
142 (False, True) : 'back',
143 (True, True) : 'none'
181 fillcolor = dot_gen_colour(simNode, True), \
/gem5/ext/testlib/
H A Dfixture.py94 self._is_global = True
H A Dhelper.py90 stdout_thread.setDaemon(True)
93 stderr_thread.setDaemon(True)
155 :param typed: If typed is True, arguments of different types will be
225 def pop(self, last=True):
299 self.__initialized = True
399 (_, tfname) = tempfile.mkstemp(text=True)
421 (_, tfname) = tempfile.mkstemp(text=True)
/gem5/src/mem/cache/replacement_policies/
H A DReplacementPolicies.py35 abstract = True
/gem5/src/base/filters/
H A DBloomFilters.py35 abstract = True
/gem5/ext/pybind11/tests/
H A Dconftest.py55 return True
67 return True
90 return True
130 return True
/gem5/configs/ruby/
H A DMESI_Three_Level.py92 l0i_cache = L0Cache(size = '4096B', assoc = 1, is_icache = True,
149 l0_cntrl.bufferToL1 = MessageBuffer(ordered = True)
151 l0_cntrl.bufferFromL1 = MessageBuffer(ordered = True)
236 dma_cntrl.responseFromDir = MessageBuffer(ordered = True)
258 io_controller.responseFromDir = MessageBuffer(ordered = True)
H A DAMD_Base_Constructor.py88 self.sequencer.is_cpu_sequencer = True
96 self.sequencer1.is_cpu_sequencer = True
/gem5/src/cpu/
H A DBaseCPU.py115 abstract = True
170 do_checkpoint_insts = Param.Bool(True,
172 do_statistics_insts = Param.Bool(True,
176 do_quiesce = Param.Bool(True, "enable quiesce instructions")
189 UnifiedTLB = Param.Bool(True, "Is this a Unified TLB?")
/gem5/src/python/m5/ext/pyfdt/
H A Dpyfdt.py49 return not any([True for char in name
106 return True
144 return True
176 if any([True for char in stri
245 return True
322 return True
399 return True
433 return not any([True for char in name
453 return True
573 return True
[all...]
/gem5/src/python/m5/
H A Dmain.py274 done = True
287 done = True
292 done = True
299 done = True
305 done = True
395 off = True
H A Dparams.py442 cmd_line_settable = True
595 cmd_line_settable = True
628 class Unsigned(CheckedInt): cxx_type = 'unsigned'; size = 32; unsigned = True
631 class UInt8(CheckedInt): cxx_type = 'uint8_t'; size = 8; unsigned = True
633 class UInt16(CheckedInt): cxx_type = 'uint16_t'; size = 16; unsigned = True
635 class UInt32(CheckedInt): cxx_type = 'uint32_t'; size = 32; unsigned = True
637 class UInt64(CheckedInt): cxx_type = 'uint64_t'; size = 64; unsigned = True
639 class Counter(CheckedInt): cxx_type = 'Counter'; size = 64; unsigned = True
640 class Tick(CheckedInt): cxx_type = 'Tick'; size = 64; unsigned = True
641 class TcpPort(CheckedInt): cxx_type = 'uint16_t'; size = 16; unsigned = True
[all...]
/gem5/src/mem/slicc/ast/
H A DMethodCallExprAST.py48 return_type,tcode = expr_ast.inline(True)
123 implements_interface = True
H A DFuncCallExprAST.py104 actual_type,param_code = expr.inline(True)
194 first_param = True
H A DFuncDeclAST.py99 func.isInternalMachineFunc = True
/gem5/configs/dram/
H A Dsweep.py106 system.mmap_using_noreserve = True
122 system.mem_ctrls[0].null = True
H A Dlow_power_sweep.py103 system.mmap_using_noreserve = True
118 system.mem_ctrls[0].null = True
/gem5/util/
H A Dhgstyle.py166 return True
186 return True
/gem5/util/stats/
H A Dprofile.py75 symbols.sort(reverse=True)
87 def __init__(self, filename=None, categorize=None, showidle=True):
213 items.sort(reverse=True)
401 showidle = True
402 funcdata = True
419 categorize = True
423 dodot = True
439 textout = True
/gem5/src/arch/x86/insts/
H A Dmicroop.cc52 case ConditionTests::True:
/gem5/src/arch/
H A Dmicro_asm.py107 self.is_microop = True
113 self.is_directive = True
170 # Emacs compile-mode. Optional 'print_traceback' arg, if set to True,
458 label.is_extern = True
482 error(0, "unknown syntax error", True)
/gem5/site_scons/site_tools/
H A Dmercurial.py81 style_hook = True

Completed in 37 milliseconds

1234567891011>>