Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/PLIC/
DIrqContext.cs153 private readonly Stack<IrqSource> activeInterrupts; field in Antmicro.Renode.Peripherals.IRQControllers.PLIC.IrqContext
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/GPIOPort/
DGPIOInterruptManager.cs152 private readonly bool[] activeInterrupts; field in Antmicro.Renode.Peripherals.GPIOPort.GPIOInterruptManager
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DInterruptManager.cs325 private readonly HashSet<TInterrupt> activeInterrupts; field in Antmicro.Renode.Utilities.TInterrupt
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DQuark_GPIOController.cs293 private readonly bool[] activeInterrupts; field in Antmicro.Renode.Peripherals.X86.Quark_GPIOController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DPL190_VIC.cs277 private readonly Collections.PriorityQueue<Interrupt, int> activeInterrupts; field in Antmicro.Renode.Peripherals.IRQControllers.PL190_VIC