Searched defs:prefetcher (Results 1 - 6 of 6) sorted by relevance

/gem5/src/mem/cache/
H A DCache.py100 prefetcher = Param.BasePrefetcher(NULL,"Prefetcher attached to cache") variable in class:BaseCache
H A Dbase.hh330 BasePrefetcher *prefetcher; member in class:BaseCache
/gem5/configs/common/cores/arm/
H A Dex5_LITTLE.py150 prefetcher = StridePrefetcher(degree=1, latency = 1) variable in class:L2
H A DO3_ARM_v7a.py205 prefetcher = StridePrefetcher(degree=8, latency = 1) variable in class:O3_ARM_v7aL2
H A Dex5_big.py202 prefetcher = StridePrefetcher(degree=8, latency = 1) variable in class:L2
H A DHPI.py1385 prefetcher = StridePrefetcher( variable in class:HPI_DCache

Completed in 22 milliseconds