Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DICluster.cs15 IEnumerable<ICluster<T>> Clusters { get; } property
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DCluster.cs89 public IEnumerable<ICluster<TranslationCPU>> Clusters => clusters; field in Antmicro.Renode.Peripherals.CPU.Cluster
DBaseCPU.cs176 public IEnumerable<ICluster<BaseCPU>> Clusters { get; } = new List<ICluster<BaseCPU>>(0); property in Antmicro.Renode.Peripherals.CPU.BaseCPU
DTranslationCPU.cs78 …public new IEnumerable<ICluster<TranslationCPU>> Clusters { get; } = new List<ICluster<Translation… property in Antmicro.Renode.Peripherals.CPU.TranslationCPU