Home
last modified time | relevance | path

Searched defs:Clustered (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DICluster.cs16 IEnumerable<T> Clustered { get; } property
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DCluster.cs91 …public IEnumerable<TranslationCPU> Clustered => cpus.Concat(clusters.SelectMany(cluster => cluster… field in Antmicro.Renode.Peripherals.CPU.Cluster
DBaseCPU.cs178 public IEnumerable<BaseCPU> Clustered { get; } property in Antmicro.Renode.Peripherals.CPU.BaseCPU
DTranslationCPU.cs80 public new IEnumerable<TranslationCPU> Clustered { get; } property in Antmicro.Renode.Peripherals.CPU.TranslationCPU