Searched refs:Percent (Results 1 - 9 of 9) sorted by relevance

/gem5/src/cpu/testers/memtest/
H A DMemTest.py58 percent_reads = Param.Percent(65, "Percentage reads")
59 percent_functional = Param.Percent(50, "Percentage functional accesses")
60 percent_uncacheable = Param.Percent(10, "Percentage uncacheable")
/gem5/src/mem/cache/replacement_policies/
H A DReplacementPolicies.py62 btp = Param.Percent(3, "Percentage of blocks to be inserted as MRU")
84 btp = Param.Percent(3,
/gem5/src/dev/arm/
H A DFlashDevice.py61 GC_active = Param.Percent(50, "Percentage of the time (in whole numbers) \
/gem5/src/cpu/testers/directedtest/
H A DRubyDirectedTester.py48 percent_writes = Param.Percent(50, "percent of access that are writes")
/gem5/src/mem/cache/tags/
H A DTags.py62 warmup_percentage = Param.Percent(Parent.warmup_percentage,
/gem5/src/mem/cache/
H A DCache.py87 warmup_percentage = Param.Percent(0,
/gem5/src/mem/
H A DDRAMCtrl.py90 write_high_thresh_perc = Param.Percent(85, "Threshold to force writes")
94 write_low_thresh_perc = Param.Percent(50, "Threshold to start writes")
/gem5/src/mem/cache/prefetch/
H A DPrefetcher.py141 throttle_control_percentage = Param.Percent(0, "Percentage of requests \
439 score_threshold_pct = Param.Percent(25, "Min. threshold to issue a \
/gem5/src/python/m5/
H A Dparams.py644 class Percent(CheckedInt): cxx_type = 'int'; min = 0; max = 100 class in inherits:CheckedInt
2181 'Counter', 'Addr', 'Tick', 'Percent',

Completed in 15 milliseconds