Searched refs:L1_DCache (Results 1 - 8 of 8) sorted by relevance

/gem5/tests/configs/
H A Dx86_generic.py86 L1_DCache(size='32kB', assoc=4),
105 L1_DCache(size='32kB', assoc=4),
H A Dbase_config.py103 L1_DCache(size='32kB', assoc=4))
257 L1_DCache(size='256kB'),
317 L1_DCache(size='32kB', assoc=4),
/gem5/configs/common/
H A DCaches.py66 class L1_DCache(L1Cache): class in inherits:L1Cache
H A DCacheConfig.py82 L1_DCache, L1_ICache, L2Cache, None
/gem5/util/tlm/conf/
H A Dtlm_elastic_slave.py94 system.cpu.dcache = L1_DCache(size="32kB")
/gem5/util/tlm/examples/
H A Dtlm_elastic_slave_with_l2.py101 system.cpu.dcache = L1_DCache(size="32kB")
/gem5/configs/dram/
H A Dlat_mem_rd.py280 system.l1cache = L1_DCache(size = '64kB')
/gem5/configs/example/arm/
H A Ddevices.py62 class L1D(L1_DCache):

Completed in 6 milliseconds