Home
last modified time | relevance | path

Searched refs:LoadUImage (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusControllerProxy.cs455 public virtual void LoadUImage(ReadFilePath fileName, IInitableCPU cpu = null) in LoadUImage() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
457 ParentController.LoadUImage(fileName, cpu); in LoadUImage()
DIBusController.cs102 void LoadUImage(ReadFilePath fileName, IInitableCPU cpu = null); in LoadUImage() method
DSystemBus.cs726 public void LoadUImage(ReadFilePath fileName, IInitableCPU cpu = null) in LoadUImage() method in Antmicro.Renode.Peripherals.Bus.SystemBus