Searched defs:isUncache (Results 1 – 3 of 3) sorted by relevance
191 val isUncache = io.splitLoadResp.bits.mmio || io.splitLoadResp.bits.nc constant
221 …val isUncache = (io.splitStoreResp.bits.mmio || io.splitStoreResp.bits.nc) && !io.splitStoreResp.b… constant
407 def isUncache(a: UInt) = a===nc || a===io method