Searched defs:pmp_check (Results 1 – 5 of 5) sorted by relevance
137 …val pmp_check = VecInit(Seq.fill(coreParams.ipmpPortNum)(Module(new PMPChecker(3, sameCycle = tru… constant
405 def pmp_check(cmd: UInt, cfg: PMPConfig) = { method
94 …val pmp_check = VecInit(Seq.fill(if (HasBitmapCheck) 4 else 3)(Module(new PMPChecker(lgMaxSize = 3… constant
374 def pmp_check(addr: UInt, size: UInt, cmd: UInt, noTranslate: Bool, idx: Int): Unit = { method
767 val pmp_check = pmp_checkers.map(_.io) constant