Searched defs:tag_latency (Results 1 - 11 of 11) sorted by relevance

/gem5/configs/common/
H A DCaches.py55 tag_latency = 2 variable in class:L1Cache
71 tag_latency = 20 variable in class:L2Cache
80 tag_latency = 50 variable in class:IOCache
89 tag_latency = 2 variable in class:PageTableWalkerCache
/gem5/configs/learning_gem5/part1/
H A Dcaches.py55 tag_latency = 2 variable in class:L1Cache
118 tag_latency = 20 variable in class:L2Cache
/gem5/tests/gem5/cpu_tests/
H A Drun.py40 tag_latency = 1 variable in class:L1Cache
81 tag_latency = 10 variable in class:L2Cache
/gem5/src/mem/cache/tags/
H A DTags.py58 tag_latency = Param.Cycles(Parent.tag_latency, variable in class:BaseTags
/gem5/configs/dram/
H A Dlat_mem_rd.py270 tag_latency = 20 variable in class:L3Cache
/gem5/src/mem/cache/
H A DCache.py83 tag_latency = Param.Cycles("Tag lookup latency") variable in class:BaseCache
/gem5/configs/example/arm/
H A Ddevices.py53 tag_latency = 1 variable in class:L1I
63 tag_latency = 2 variable in class:L1D
74 tag_latency = 4 variable in class:WalkCache
85 tag_latency = 12 variable in class:L2
99 tag_latency = 20 variable in class:L3
/gem5/configs/common/cores/arm/
H A Dex5_LITTLE.py102 tag_latency = 2 variable in class:L1Cache
125 tag_latency = 2 variable in class:WalkCache
139 tag_latency = 9 variable in class:L2
H A DO3_ARM_v7a.py153 tag_latency = 1 variable in class:O3_ARM_v7a_ICache
166 tag_latency = 2 variable in class:O3_ARM_v7a_DCache
180 tag_latency = 4 variable in class:O3_ARM_v7aWalkCache
194 tag_latency = 12 variable in class:O3_ARM_v7aL2
H A Dex5_big.py153 tag_latency = 2 variable in class:L1Cache
177 tag_latency = 4 variable in class:WalkCache
191 tag_latency = 15 variable in class:L2
H A DHPI.py1345 tag_latency = 4 variable in class:HPI_WalkCache
1368 tag_latency = 1 variable in class:HPI_ICache
1378 tag_latency = 1 variable in class:HPI_DCache
1391 tag_latency = 13 variable in class:HPI_L2

Completed in 31 milliseconds