Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs666 cpu.PrivatePeripheralInterrupts[irqId].State.AssertAsPending(value) in OnPrivateInterrupt()
1912 …fieldAction(register, () => cpuEntryProvider().PrivatePeripheralInterrupts[irqId], irqId, inRegist… in BuildInterruptRegisters()
2106PrivatePeripheralInterrupts = new ReadOnlyDictionary<InterruptId, Interrupt>(ppiIds.ToDictionary(i… in CPUEntry()
2386 public IReadOnlyDictionary<InterruptId, Interrupt> PrivatePeripheralInterrupts { get; } property in Antmicro.Renode.Peripherals.IRQControllers.CPUEntry
2391 …numerable<Interrupt> AllPrivateAndSoftwareGeneratedInterrupts => PrivatePeripheralInterrupts.Values
2394 …ruptConfig> AllPrivateAndSoftwareGeneratedInterruptsConfigs => PrivatePeripheralInterrupts.Values.…