Searched refs:mshrs (Results 1 - 16 of 16) sorted by relevance

/gem5/configs/common/
H A DCaches.py58 mshrs = 4 variable in class:L1Cache
74 mshrs = 20 variable in class:L2Cache
83 mshrs = 20 variable in class:IOCache
92 mshrs = 10 variable in class:PageTableWalkerCache
/gem5/configs/common/cores/arm/
H A Dex5_LITTLE.py110 mshrs = 2 variable in class:L1I
117 mshrs = 4 variable in class:L1D
128 mshrs = 6 variable in class:WalkCache
142 mshrs = 8 variable in class:L2
H A DO3_ARM_v7a.py156 mshrs = 2 variable in class:O3_ARM_v7a_ICache
169 mshrs = 6 variable in class:O3_ARM_v7a_DCache
183 mshrs = 6 variable in class:O3_ARM_v7aWalkCache
197 mshrs = 16 variable in class:O3_ARM_v7aL2
H A Dex5_big.py162 mshrs = 2 variable in class:L1I
169 mshrs = 6 variable in class:L1D
180 mshrs = 6 variable in class:WalkCache
194 mshrs = 16 variable in class:L2
H A DHPI.py1347 mshrs = 6 variable in class:HPI_WalkCache
1370 mshrs = 2 variable in class:HPI_ICache
1380 mshrs = 4 variable in class:HPI_DCache
1393 mshrs = 4 variable in class:HPI_L2
/gem5/configs/learning_gem5/part1/
H A Dcaches.py58 mshrs = 4 variable in class:L1Cache
121 mshrs = 20 variable in class:L2Cache
/gem5/configs/example/
H A Dmemtest.py189 proto_l1.mshrs = 1
191 proto_l1.mshrs = 4
206 next.mshrs = prev.mshrs * scale
313 mshrs = 64) variable
H A Dmemcheck.py174 proto_l1.mshrs = 1
176 proto_l1.mshrs = 4
196 next.mshrs = prev.mshrs * scale
/gem5/configs/example/arm/
H A Ddevices.py56 mshrs = 4 variable in class:L1I
66 mshrs = 16 variable in class:L1D
77 mshrs = 6 variable in class:WalkCache
88 mshrs = 32 variable in class:L2
102 mshrs = 20 variable in class:L3
/gem5/tests/gem5/cpu_tests/
H A Drun.py43 mshrs = 16 variable in class:L1Cache
84 mshrs = 20 variable in class:L2Cache
/gem5/src/mem/cache/
H A DCache.py93 mshrs = Param.Unsigned("Number of MSHRs (max outstanding requests)") variable in class:BaseCache
H A Dbase.cc83 mshrQueue("MSHRs", p->mshrs, 0, p->demand_mshr_reserve), // see below
84 writeBuffer("write buffer", p->write_buffers, p->mshrs), // see below
292 // move it ahead of mshrs that are ready
/gem5/configs/splash2/
H A Drun.py164 mshrs = 12 variable in class:L1
173 mshrs = 92 variable in class:L2
H A Dcluster.py143 mshrs = 12 variable in class:L1
152 mshrs = 92 variable in class:L2
/gem5/configs/dram/
H A Dlat_mem_rd.py274 mshrs = 32 variable in class:L3Cache
/gem5/tests/configs/
H A Dbase_config.py284 mshrs = 128,

Completed in 25 milliseconds