Home
last modified time | relevance | path

Searched refs:IInitableCPU (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DIInitableCPU.cs16 public interface IInitableCPU : ICPU interface
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Extensions/
DFileLoaderExtensions.cs58 …public static void LoadHEX(this ICanLoadFiles loader, ReadFilePath fileName, IInitableCPU cpu = nu… in LoadHEX()
172 … static void LoadSRecord(this ICanLoadFiles loader, ReadFilePath fileName, IInitableCPU cpu = null) in LoadSRecord()
371 …l useVirtualAddress = false, bool allowLoadsOnlyToMemory = true, ICluster<IInitableCPU> cpu = null) in LoadELF()
410 foreach(var initableCpu in loader.GetCPUs().OfType<IInitableCPU>()) in LoadELF()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DIBusController.cs102 void LoadUImage(ReadFilePath fileName, IInitableCPU cpu = null); in LoadUImage()
DBusControllerProxy.cs455 public virtual void LoadUImage(ReadFilePath fileName, IInitableCPU cpu = null) in LoadUImage()
DSystemBus.cs726 public void LoadUImage(ReadFilePath fileName, IInitableCPU cpu = null) in LoadUImage()
759 foreach(var c in GetCPUs().OfType<IInitableCPU>()) in LoadUImage()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DBaseCPU.cs42 …lic abstract class BaseCPU : CPUCore, ICluster<BaseCPU>, ICPU, IDisposable, ITimeSink, IInitableCPU