Searched refs:PrivatePeripheralInterrupts (Results 1 – 1 of 1) sorted by relevance
666 cpu.PrivatePeripheralInterrupts[irqId].State.AssertAsPending(value) in OnPrivateInterrupt()1912 …fieldAction(register, () => cpuEntryProvider().PrivatePeripheralInterrupts[irqId], irqId, inRegist… in BuildInterruptRegisters()2106 …PrivatePeripheralInterrupts = new ReadOnlyDictionary<InterruptId, Interrupt>(ppiIds.ToDictionary(i… in CPUEntry()2386 public IReadOnlyDictionary<InterruptId, Interrupt> PrivatePeripheralInterrupts { get; } property in Antmicro.Renode.Peripherals.IRQControllers.CPUEntry2391 …numerable<Interrupt> AllPrivateAndSoftwareGeneratedInterrupts => PrivatePeripheralInterrupts.Values2394 …ruptConfig> AllPrivateAndSoftwareGeneratedInterruptsConfigs => PrivatePeripheralInterrupts.Values.…