Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DCluster.cs52 clusters.Add(cluster); in Register()
58 clusters.Remove(cluster); in Unregister()
89 public IEnumerable<ICluster<TranslationCPU>> Clusters => clusters;
91 …public IEnumerable<TranslationCPU> Clustered => cpus.Concat(clusters.SelectMany(cluster => cluster…
93 … private readonly List<ICluster<TranslationCPU>> clusters = new List<ICluster<TranslationCPU>>(); field in Antmicro.Renode.Peripherals.CPU.Cluster