Home
last modified time | relevance | path

Searched refs:ExpectedToHandleAtSecure (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs2889 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