Searched refs:SoftwareGeneratedInterruptsConfig (Results 1 – 1 of 1) sorted by relevance
2097 …SoftwareGeneratedInterruptsConfig = 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.CPUEntry2395 .Concat(SoftwareGeneratedInterruptsConfig.Values);