Home
last modified time | relevance | path

Searched defs:prefetch (Results 1 – 6 of 6) sorted by relevance

/XiangShan/src/main/scala/xiangshan/mem/lsqueue/
H A DStoreQueue.scala68 val prefetch = Bool() constant
267 …val prefetch = RegInit(VecInit(List.fill(StoreQueueSize)(false.B))) // need prefetch when committi… constant
/XiangShan/src/main/scala/xiangshan/cache/mmu/
H A DMMUBundle.scala836 val prefetch = Bool() constant
961 val prefetch = Bool() constant
1389 val prefetch = Bool() constant
H A DL2TLB.scala231 val prefetch = Module(new L2TlbPrefetch()) constant
H A DPageTableCache.scala135 val prefetch = Bool() // is the entry fetched by prefetch constant
/XiangShan/src/main/scala/xiangshan/cache/dcache/
H A DDCacheWrapper.scala361 val prefetch = UInt(L1PfSourceBits.W) // cache line is first required by prefetch constant
410 val prefetch = Bool() constant
/XiangShan/src/main/scala/xiangshan/cache/dcache/mainpipe/
H A DMissQueue.scala456 val prefetch = RegInit(false.B) constant