Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs916 return cpu.AllPrivateAndSoftwareGeneratedInterrupts in GetAllEnabledInterrupts()
923 return cpu.AllPrivateAndSoftwareGeneratedInterrupts.Concat(sharedInterrupts.Values); in GetAllInterrupts()
2119 foreach(var irq in AllPrivateAndSoftwareGeneratedInterrupts) in Reset()
2391 …public IEnumerable<Interrupt> AllPrivateAndSoftwareGeneratedInterrupts => PrivatePeripheralInterru… field in Antmicro.Renode.Peripherals.IRQControllers.CPUEntry