Home
last modified time | relevance | path

Searched defs:cluster (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DCluster.cs19 public static void SetPC(this Cluster cluster, ulong value) in SetPC()
47 … public void Register(ICluster<TranslationCPU> cluster, NullRegistrationPoint registrationPoint) in Register()
55 public void Unregister(ICluster<TranslationCPU> cluster) in Unregister()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusRangeRegistration.cs19 …istration(Range range, ulong offset = 0, IPeripheral cpu = null, ICluster<ICPU> cluster = null) : … in BusRangeRegistration()
27 …g address, ulong size, ulong offset = 0, IPeripheral cpu = null, ICluster<ICPU> cluster = null) : … in BusRangeRegistration()
87 … StateMask? stateMask, ulong offset = 0, IPeripheral cpu = null, ICluster<ICPU> cluster = null, st… in BusRangeRegistration()
DBusPointRegistration.cs17 …tration(ulong address, ulong offset = 0, IPeripheral cpu = null, ICluster<ICPU> cluster = null) : … in BusPointRegistration()
80 … StateMask? stateMask, ulong offset = 0, IPeripheral cpu = null, ICluster<ICPU> cluster = null, st… in BusPointRegistration()
DBusMultiRegistration.cs20 …long address, ulong size, string region, IPeripheral cpu = null, ICluster<ICPU> cluster = null) : … in BusMultiRegistration()
68 …ze, string region, StateMask? stateMask, IPeripheral cpu = null, ICluster<ICPU> cluster = null, st… in BusMultiRegistration()
DBusRegistration.cs17 …n(ulong startingPoint, ulong offset = 0, IPeripheral cpu = null, ICluster<ICPU> cluster = null, St… in BusRegistration()
DBusParametrizedRegistration.cs15 …lic BusParametrizedRegistration(ulong address, ulong size, ICPU cpu, ICluster<ICPU> cluster = null) in BusParametrizedRegistration()