Searched refs:Clusters (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/ | ||
| D | ICluster.cs | 15 IEnumerable<ICluster<T>> Clusters { get; } property |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ | ||
| D | Cluster.cs | 89 public IEnumerable<ICluster<TranslationCPU>> Clusters => clusters; field in Antmicro.Renode.Peripherals.CPU.Cluster |
| D | BaseCPU.cs | 176 public IEnumerable<ICluster<BaseCPU>> Clusters { get; } = new List<ICluster<BaseCPU>>(0); property in Antmicro.Renode.Peripherals.CPU.BaseCPU |
| D | TranslationCPU.cs | 78 …public new IEnumerable<ICluster<TranslationCPU>> Clusters { get; } = new List<ICluster<Translation… property in Antmicro.Renode.Peripherals.CPU.TranslationCPU |