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

/gem5/src/mem/ruby/structures/
H A DReplacementPolicy.py39 block_size = Param.Int(Parent.cache_line_size, "block size in bytes")
/gem5/src/mem/cache/compressors/
H A DCompressors.py38 block_size = Param.Int(Parent.cache_line_size, "Block size in bytes")
/gem5/src/mem/probes/
H A DStackDistProbe.py51 line_size = Param.Unsigned(Parent.cache_line_size,
/gem5/src/mem/cache/tags/
H A DTags.py55 block_size = Param.Int(Parent.cache_line_size, "block size in bytes")
73 entry_size = Param.Int(Parent.cache_line_size,
98 entry_size = Parent.cache_line_size * Self.num_blocks_per_sector
/gem5/src/sim/
H A DSystem.py84 cache_line_size = Param.Unsigned(64, "Cache line size in bytes") variable in class:System
H A Dsystem.cc96 physProxy(_systemPort, p->cache_line_size),
108 _cacheLineSize(p->cache_line_size),
/gem5/util/tlm/conf/
H A Dtlm_elastic_slave.py73 cache_line_size = 64) variable
/gem5/util/tlm/examples/
H A Dtlm_elastic_slave_with_l2.py80 cache_line_size = 64) variable
/gem5/configs/example/
H A Detrace_replay.py86 cache_line_size = options.cacheline_size) variable
H A Dmemtest.py227 cache_line_size = block_size) variable
H A Dse.py179 cache_line_size = options.cacheline_size) variable
H A Dfs.py109 test_sys.cache_line_size = options.cacheline_size
H A Dapu_se.py423 cache_line_size = options.cacheline_size, variable
/gem5/src/mem/cache/
H A DCache.py72 block_size = Param.Int(Parent.cache_line_size, "block size in bytes")
/gem5/src/arch/alpha/
H A Dsystem.cc49 : System(p), intrFreq(0), virtProxy(getSystemPort(), p->cache_line_size)
/gem5/configs/learning_gem5/part3/
H A Dmsi_caches.py147 bits = int(math.log(system.cache_line_size, 2))
148 if 2**bits != system.cache_line_size.value:
H A Druby_caches_MI_example.py144 bits = int(math.log(system.cache_line_size, 2))
145 if 2**bits != system.cache_line_size.value:
/gem5/configs/example/arm/
H A Dstarter_se.py87 cache_line_size = 64 variable in class:SimpleSeSystem
H A Ddevices.py188 cache_line_size = 64 variable in class:SimpleSystem
/gem5/configs/common/
H A DFileSystemConfig.py116 cacheline_size=system.cache_line_size.getValue())
H A DMemConfig.py214 intlv_size = max(128, system.cache_line_size.value)
H A DCacheConfig.py88 system.cache_line_size = options.cacheline_size
/gem5/configs/dram/
H A Dlat_mem_rd.py142 system.cache_line_size = burst_size
/gem5/src/mem/cache/prefetch/
H A DPrefetcher.py73 block_size = Param.Int(Parent.cache_line_size, "Block size in bytes")

Completed in 34 milliseconds