Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DPULP_InterruptController.cs26 for(var i = 0; i < NumberOfOutgoingInterrupts; i++) in PULP_InterruptController()
137 for(byte i = 0; i < NumberOfOutgoingInterrupts; i++) in Update()
163 private const int NumberOfOutgoingInterrupts = 32; //guess field in Antmicro.Renode.Peripherals.IRQControllers.PULP_InterruptController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/X86/
DIOAPIC.cs27 for(int i = 0; i < NumberOfOutgoingInterrupts; i++) in IOAPIC()
165 private const int NumberOfOutgoingInterrupts = 256; field in Antmicro.Renode.Peripherals.IRQControllers.IOAPIC