Home
last modified time | relevance | path

Searched defs:pf (Results 1 – 5 of 5) sorted by relevance

/XiangShan/src/main/scala/xiangshan/cache/mmu/
H A DMMUBundle.scala70 val pf = Bool() // NOTE: if this is true, just raise pf constant
120 val pf = Bool() // NOTE: if this is true, just raise pf constant
571 val pf = new TlbExceptionBundle() constant
725 val pf = WireInit(false.B) constant
943 val pf = Bool() constant
1091 val pf = Bool() constant
1167 val pf = Bool() constant
H A DL2TLB.scala872 val pf = IO(Output(UInt(8.W))) constant
932 val pf = helper.pf constant
H A DTLBStorage.scala296 val pf = helper.pf constant
H A DTLB.scala408 val pf = perm.pf constant
684 …val pf = io.requestor(i).resp.bits.excp(0).pf.instr || io.requestor(i).resp.bits.excp(0).pf.st || … constant
/XiangShan/src/main/scala/xiangshan/frontend/
H A DFrontendBundle.scala113 def pf: UInt = "b01".U(width.W) // instruction page fault method