Searched refs:ExpectedToHandleAtSecure (Results 1 – 1 of 1) sorted by relevance
2889 return gic.IrqsDecoder.ExpectedToHandleAtSecure; in AcknowledgeBestPending()3247 …public bool IsSpecial(InterruptId id) => (uint)ExpectedToHandleAtSecure <= (uint)id && (uint)id <=…3257 public InterruptId ExpectedToHandleAtSecure => expectedToHandleAtSecure; field in Antmicro.Renode.Peripherals.IRQControllers.InterruptsDecoder