Searched refs:tag_latency (Results 1 - 16 of 16) 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/src/mem/cache/tags/
H A DTags.py58 tag_latency = Param.Cycles(Parent.tag_latency, variable in class:BaseTags
H A Dbase.cc63 size(p->size), lookupLatency(p->tag_latency),
/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
/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/configs/example/
H A Dmemtest.py184 tag_latency = 1, data_latency = 1, response_latency = 1,
202 next.tag_latency = prev.tag_latency * 10
310 system.llc = NoncoherentCache(size = '16MB', assoc = 16, tag_latency = 10,
H A Dmemcheck.py170 tag_latency = 1, data_latency = 1, response_latency = 1,
192 next.tag_latency = prev.tag_latency * 10
/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/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/
H A DCache.py83 tag_latency = Param.Cycles("Tag lookup latency") variable in class:BaseCache
H A Dbase.cc95 lookupLatency(p->tag_latency),
97 forwardLatency(p->tag_latency),
1035 Cycles tag_latency(0);
1036 blk = tags->accessBlock(pkt->getAddr(), pkt->isSecure(), tag_latency);
1051 lat = calculateTagOnlyLatency(pkt->headerDelay, tag_latency);
1084 lat = calculateTagOnlyLatency(pkt->headerDelay, tag_latency);
1117 lat = calculateTagOnlyLatency(pkt->headerDelay, tag_latency);
1131 lat = calculateTagOnlyLatency(pkt->headerDelay, tag_latency);
1151 tag_latency);
1176 lat = calculateAccessLatency(blk, pkt->headerDelay, tag_latency);
[all...]
/gem5/configs/dram/
H A Dlat_mem_rd.py270 tag_latency = 20 variable in class:L3Cache
/gem5/tests/configs/
H A Dbase_config.py285 tag_latency = 10,

Completed in 34 milliseconds