Searched refs:False (Results 1 - 25 of 269) sorted by relevance

1234567891011

/gem5/src/mem/probes/
H A DStackDistProbe.py56 verify = Param.Bool(False, "Verify behaviuor with reference implementation")
60 disable_linear_hists = Param.Bool(False, "Disable linear histograms")
64 disable_log_hists = Param.Bool(False, "Disable logarithmic histograms")
/gem5/src/arch/arm/tracers/
H A DTarmacTrace.py53 exit_on_diff = Param.Bool(False,
56 exit_on_insn_diff = Param.Bool(False,
59 mem_wr_check = Param.Bool(False,
62 cpu_id = Param.Bool(False,
/gem5/src/cpu/kvm/
H A DBaseKvmCPU.py61 return False
67 useCoalescedMMIO = Param.Bool(False, "Use coalesced MMIO (EXPERIMENTAL)")
68 usePerfOverflow = Param.Bool(False, "Use perf event overflow counters (EXPERIMENTAL)")
69 alwaysSyncTC = Param.Bool(False,
/gem5/src/cpu/
H A DCheckerCPU.py37 exitOnError = Param.Bool(False, "Exit on an error")
38 updateOnError = Param.Bool(False,
/gem5/src/base/
H A DCPA.py8 enabled = Param.Bool(False, "Is Annotation enabled?")
/gem5/src/sim/
H A DSubSystem.py53 abstract = False
H A DDVFSHandler.py59 enable = Param.Bool(False, "Enable/Disable the handler")
/gem5/src/mem/ruby/system/
H A DRubySystem.py37 randomization = Param.Bool(False,
48 access_backing_store = Param.Bool(False, "Use phys_mem as the functional \
52 hot_lines = Param.Bool(False, "")
53 all_instructions = Param.Bool(False, "")
H A DVIPERCoalescer.py45 assume_rfo = False
/gem5/src/mem/slicc/ast/
H A DExprAST.py37 def inline(self, get_type=False):
38 code = self.slicc.codeFormatter(fix_newlines=False)
/gem5/src/mem/ruby/network/
H A DMessageBuffer.py37 ordered = Param.Bool(False, "Whether the buffer is ordered")
40 randomization = Param.Bool(False, "Insert random delays on message \
/gem5/src/mem/
H A DCommMonitor.py66 disable_burst_length_hists = Param.Bool(False, "Disable burst length " \
71 disable_bandwidth_hists = Param.Bool(False, "Disable bandwidth histograms")
75 disable_latency_hists = Param.Bool(False, "Disable latency histograms")
83 disable_itt_dists = Param.Bool(False, "Disable ITT distributions")
89 disable_outstanding_hists = Param.Bool(False, "Disable outstanding " \
95 disable_transaction_hists = Param.Bool(False, "Disable transaction count " \
H A DDRAMSim2.py56 enableDebug = Param.Bool(False, "Enable DRAMSim2 debug output")
/gem5/src/arch/arm/
H A DArmSystem.py67 have_security = Param.Bool(False,
69 have_virtualization = Param.Bool(False,
71 have_crypto = Param.Bool(False,
76 auto_reset_addr = Param.Bool(False,
78 highest_el_is_64 = Param.Bool(False,
83 have_large_asid_64 = Param.Bool(False,
143 early_kernel_symbols = Param.Bool(False,
145 enable_context_switch_stats_dump = Param.Bool(False, "enable stats/task info dumping at context switch boundaries")
147 panic_on_panic = Param.Bool(False, "Trigger a gem5 panic if the " \
149 panic_on_oops = Param.Bool(False, "Trigge
[all...]
/gem5/ext/ply/test/
H A Dyacc_nested.py29 the_parser = yacc.yacc(debug = False, write_tables = False)
/gem5/src/cpu/simple/
H A DAtomicSimpleCPU.py62 simulate_data_stalls = Param.Bool(False, "Simulate dcache stall cycles")
63 simulate_inst_stalls = Param.Bool(False, "Simulate icache stall cycles")
/gem5/src/dev/serial/
H A DUart.py57 big_endian = Param.Bool(False, "Is the device Big Endian?")
59 end_on_eot = Param.Bool(False, "End the simulation when a EOT is "\
/gem5/src/mem/qos/
H A DQoSMemCtrl.py72 qos_syncro_scheduler = Param.Bool(False,
76 qos_priority_escalation = Param.Bool(False,
/gem5/ext/mcpat/regression/
H A Dregression.py92 test_passed = False
96 test_passed = False
117 power_region_file_found = False
131 valid_regression = False
143 "-b", "--build", action = "store_true", default = False,
146 "-c", "--cleanup", action = "store_true", default = False,
149 "-f", "--force", action = "store_true", default = False,
152 "-m", "--maketest", action = "store_true", default = False,
155 "-v", "--verbose", action = "store_true", default = False,
187 found_test = False
[all...]
/gem5/util/
H A Dhgstyle.py87 opt_all = kwargs.get('all', False)
88 opt_no_ignore = kwargs.get('no_ignore', False)
168 return False
195 ('a', 'all', False,
197 ('', 'no-ignore', False, _("ignore the style ignore list")),
201 fix_opts = [('f', 'fix-all', False, _("fix all style errors"))] + \
202 [('', 'fix-' + v.opt_name, False,
204 ignore_opts = [('', 'ignore-all', False, _("ignore all style errors"))] + \
205 [('', 'ignore-' + v.opt_name, False,
207 skip_opts = [('', 'skip-all', False,
[all...]
/gem5/src/mem/slicc/symbols/
H A DState.py34 return False
/gem5/configs/learning_gem5/part2/
H A Dhello_goodbye.py48 root = Root(full_system = False)
H A Drun_simple.py47 root = Root(full_system = False)
/gem5/src/arch/riscv/
H A DRiscvSystem.py40 bare_metal = Param.Bool(False, "Using Bare Metal Application?")
/gem5/src/base/vnc/
H A DVnc.py46 frame_capture = Param.Bool(False, "capture changed frames to files")

Completed in 19 milliseconds

1234567891011