Searched refs:AllPrivateAndSoftwareGeneratedInterrupts (Results 1 – 1 of 1) sorted by relevance
916 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