Searched refs:L1_ICache (Results 1 - 7 of 7) sorted by relevance

/gem5/tests/configs/
H A Dx86_generic.py85 cpu.addPrivateSplitL1Caches(L1_ICache(size='32kB', assoc=1),
104 cpu.addTwoLevelCacheHierarchy(L1_ICache(size='32kB', assoc=1),
H A Dbase_config.py102 cpu.addPrivateSplitL1Caches(L1_ICache(size='32kB', assoc=1),
256 cpu.addTwoLevelCacheHierarchy(L1_ICache(size='128kB'),
316 cpu.addTwoLevelCacheHierarchy(L1_ICache(size='32kB', assoc=1),
/gem5/configs/common/
H A DCaches.py61 class L1_ICache(L1Cache): class in inherits:L1Cache
H A DCacheConfig.py82 L1_DCache, L1_ICache, L2Cache, None
/gem5/util/tlm/conf/
H A Dtlm_elastic_slave.py93 system.cpu.icache = L1_ICache(size="32kB")
/gem5/util/tlm/examples/
H A Dtlm_elastic_slave_with_l2.py100 system.cpu.icache = L1_ICache(size="32kB")
/gem5/configs/example/arm/
H A Ddevices.py52 class L1I(L1_ICache):

Completed in 16 milliseconds