Searched refs:IInitableCPU (Results 1 – 6 of 6) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/ |
| D | IInitableCPU.cs | 16 public interface IInitableCPU : ICPU interface
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Extensions/ |
| D | FileLoaderExtensions.cs | 58 …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/ |
| D | IBusController.cs | 102 void LoadUImage(ReadFilePath fileName, IInitableCPU cpu = null); in LoadUImage()
|
| D | BusControllerProxy.cs | 455 public virtual void LoadUImage(ReadFilePath fileName, IInitableCPU cpu = null) in LoadUImage()
|
| D | SystemBus.cs | 726 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/ |
| D | BaseCPU.cs | 42 …lic abstract class BaseCPU : CPUCore, ICluster<BaseCPU>, ICPU, IDisposable, ITimeSink, IInitableCPU
|