Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs2097SoftwareGeneratedInterruptsConfig = new ReadOnlyDictionary<InterruptId, InterruptConfig>(sgiIds.To… in CPUEntry()
2098 …SoftwareGeneratedInterruptsUnknownRequester = GenerateSGIs(SoftwareGeneratedInterruptsConfig, null… in CPUEntry()
2352 …twareGeneratedInterruptsLegacyRequester[cpu] = GenerateSGIs(SoftwareGeneratedInterruptsConfig, cpu… in RegisterLegacySGIRequester()
2387 …public IReadOnlyDictionary<InterruptId, InterruptConfig> SoftwareGeneratedInterruptsConfig { get; } property in Antmicro.Renode.Peripherals.IRQControllers.CPUEntry
2395 .Concat(SoftwareGeneratedInterruptsConfig.Values);