Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusRegistration.cs30 Cluster = cluster; in BusRegistration()
38 public ICluster<ICPU> Cluster { get; } property in Antmicro.Renode.Peripherals.Bus.BusRegistration
60 …StartingPoint && Offset == other.Offset && Initiator == other.Initiator && Cluster == other.Cluster in Equals()
66 … * Offset.GetHashCode() + 101 * (Initiator?.GetHashCode() ?? 0) + 397 * (Cluster?.GetHashCode() ??… in GetHashCode()
75 if(Cluster != null)
77 foreach(var cpu in Cluster.Clustered)
DBusPointRegistration.cs71 result = new BusRangeRegistration(StartingPoint, size, Offset, Initiator, Cluster); in ToRangeRegistration()
DSVDParser.cs526 …var derivedCluster = FindDerivedElement(NestingType.Cluster, cluster, derivedAttribute.Value, defa… in ScanClusters()
597 NestingType.Cluster, in FindDerivedElement()
650 …else if(nodeName == NestingType.Cluster.ToString().ToLower() || nodeName == NestingType.Register.T… in GetLocalRegisterSettings()
881 Cluster, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DCluster.cs19 public static void SetPC(this Cluster cluster, ulong value) in SetPC()
32 …public class Cluster : IPeripheralRegister<ICluster<TranslationCPU>, NullRegistrationPoint>, IPeri… class
34 public Cluster(IMachine machine) in Cluster() method in Antmicro.Renode.Peripherals.CPU.Cluster
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/
DIBusRegistration.cs21 ICluster<ICPU> Cluster { get; } property