Searched refs:L2Cache (Results 1 - 24 of 24) sorted by relevance

/gem5/configs/common/
H A DCaches.py69 class L2Cache(Cache): class in inherits:Cache
H A DCacheConfig.py82 L1_DCache, L1_ICache, L2Cache, None
/gem5/configs/learning_gem5/part1/
H A Dcaches.py112 class L2Cache(Cache): class in inherits:Cache
127 super(L2Cache, self).__init__()
H A Dtwo_level.py114 system.l2cache = L2Cache(opts)
/gem5/tests/configs/
H A Dmemtest.py53 system.l2c = L2Cache(clk_domain = system.cpu_clk_domain, size='64kB', assoc=8)
H A Dmemtest-filter.py54 system.l2c = L2Cache(clk_domain = system.cpu_clk_domain, size='64kB', assoc=8)
H A Dx86_generic.py106 L2Cache(size='4MB', assoc=8),
H A Dbase_config.py115 system.l2c = L2Cache(clk_domain=system.cpu_clk_domain,
258 L2Cache(size='2MB'))
318 L2Cache(size='4MB', assoc=8))
/gem5/tests/gem5/memory/
H A Dmemtest-run.py54 system.l2c = L2Cache(clk_domain = system.cpu_clk_domain, size='64kB', assoc=8)
/gem5/configs/ruby/
H A DAMD_Base_Constructor.py60 class L2Cache(RubyCache): class in inherits:RubyCache
79 self.L2cache = L2Cache()
H A DMESI_Two_Level.py41 class L2Cache(RubyCache): pass class in inherits:RubyCache
142 l2_cache = L2Cache(size = options.l2_size,
H A DMOESI_CMP_directory.py56 class L2Cache(RubyCache): class in inherits:RubyCache
162 l2_cache = L2Cache(size = options.l2_size,
H A DMOESI_hammer.py42 class L2Cache(RubyCache): pass class in inherits:RubyCache
89 l2_cache = L2Cache(size = options.l2_size,
H A DMOESI_CMP_token.py41 class L2Cache(RubyCache): pass class in inherits:RubyCache
156 l2_cache = L2Cache(size = options.l2_size,
H A DMESI_Three_Level.py45 class L2Cache(RubyCache): pass class in inherits:RubyCache
169 l2_cache = L2Cache(size = options.l2_size,
H A DMOESI_AMD_Base.py83 class L2Cache(RubyCache): class in inherits:RubyCache
101 self.L2cache = L2Cache()
H A DGPU_VIPER_Region.py80 class L2Cache(RubyCache): class in inherits:RubyCache
101 self.L2cache = L2Cache()
H A DGPU_VIPER_Baseline.py79 class L2Cache(RubyCache): class in inherits:RubyCache
100 self.L2cache = L2Cache()
H A DGPU_RfO.py95 class L2Cache(RubyCache): class in inherits:RubyCache
114 self.L2cache = L2Cache()
H A DGPU_VIPER.py79 class L2Cache(RubyCache): class in inherits:RubyCache
100 self.L2cache = L2Cache()
/gem5/tests/gem5/cpu_tests/
H A Drun.py75 class L2Cache(Cache): class in inherits:Cache
143 system.l2cache = L2Cache()
/gem5/util/tlm/examples/
H A Dtlm_elastic_slave_with_l2.py111 system.l2cache = L2Cache(size="1MB")
/gem5/configs/dram/
H A Dlat_mem_rd.py283 system.l2cache = L2Cache(size = '512kB', writeback_clean = True)
/gem5/configs/example/arm/
H A Ddevices.py84 class L2(L2Cache):

Completed in 19 milliseconds