Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs742 …ntry requestingCPU, SoftwareGeneratedInterruptRequest request, SoftwareGeneratedInterrupt interrup… in ShouldAssertSGIAffinityRouting()
785 …ntry requestingCPU, SoftwareGeneratedInterruptRequest request, SoftwareGeneratedInterrupt interrup… in ShouldAssertSGILegacyRouting()
2099 …equester = new Dictionary<CPUEntry, ReadOnlyDictionary<InterruptId, SoftwareGeneratedInterrupt>>(); in CPUEntry()
2192 var pendingIrqAsSGI = pendingIrq as SoftwareGeneratedInterrupt; in AcknowledgeBestPending()
2388 …public IReadOnlyDictionary<InterruptId, SoftwareGeneratedInterrupt> SoftwareGeneratedInterruptsUnk…
2389 …public Dictionary<CPUEntry, ReadOnlyDictionary<InterruptId, SoftwareGeneratedInterrupt>> SoftwareG…
2496 …private ReadOnlyDictionary<InterruptId, SoftwareGeneratedInterrupt> GenerateSGIs(IReadOnlyDictiona… in GenerateSGIs()
2498 …tionary<InterruptId, SoftwareGeneratedInterrupt>(configs.ToDictionary(config => config.Key, config… in GenerateSGIs()
2532 if(interrupt is SoftwareGeneratedInterrupt sgi) in IsSoftwareGeneratedInterruptAccessValid()
3111 public class SoftwareGeneratedInterrupt : Interrupt class
[all …]