Searched defs:entry (Results 1 – 9 of 9) sorted by relevance
/XiangShan/src/main/scala/xiangshan/frontend/icache/ |
H A D | InstrUncache.scala | 193 val entry = Module(new InstrMMIOEntry(edge)) constant
|
H A D | WayLookup.scala | 49 val entry = new WayLookupEntry constant
|
H A D | ICache.scala | 236 val entry = Wire(new ICacheMetaEntry) constant 403 val entry = Wire(new ICacheDataEntry) constant
|
/XiangShan/src/main/scala/xiangshan/cache/dcache/mainpipe/ |
H A D | Probe.scala | 166 val entry = Module(new ProbeEntry) constant
|
/XiangShan/src/main/scala/xiangshan/cache/mmu/ |
H A D | MMUBundle.scala | 1090 val entry = new PtwEntry(tagLen = vpnLen, hasPerm = true, hasLevel = true) constant 1113 val entry = new PtwEntry(tagLen = gvpnLen, hasPerm = true, hasLevel = true, hasNapot = true) constant 1162 …val entry = new PtwSectorEntry(tagLen = sectorvpnLen, hasPerm = true, hasLevel = true, hasNapot = … constant 1234 …val entry = Vec(tlbcontiguous, new PtwMergeEntry(tagLen = sectorvpnLen, hasPerm = true, hasLevel =… constant
|
/XiangShan/src/main/scala/xiangshan/mem/vector/ |
H A D | VMergeBuffer.scala | 253 val entry = entries(pipeWbMbIndex) constant
|
/XiangShan/src/main/scala/device/ |
H A D | MemEncrypt.scala | 802 val entry = table(io.write_req.keyid) constant 807 val entry = table(io.write_req.keyid) constant
|
/XiangShan/src/main/scala/xiangshan/backend/issue/ |
H A D | EntryBundles.scala | 140 val entry = ValidIO(new EntryBundle) constant
|
/XiangShan/src/main/scala/xiangshan/frontend/ |
H A D | FTB.scala | 417 val entry = new FTBEntry constant
|