Searched refs:decodedIrqs (Results 1 – 1 of 1) sorted by relevance
68 decodedIrqs = new Dictionary<Interrupt, HashSet<int>>(); in TranslationCPU()2355 if(!decodedIrqs.TryGetValue(decodedInterrupt, out var irqs)) in TlibSetIrqWrapped()2358 decodedIrqs.Add(decodedInterrupt, irqs); in TlibSetIrqWrapped()2450 private Dictionary<Interrupt, HashSet<int>> decodedIrqs; field in Antmicro.Renode.Peripherals.CPU.TranslationCPU