Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DICanLoadFiles.cs19 void LoadFileChunks(string path, IEnumerable<FileChunk> chunks, ICPU cpu); in LoadFileChunks() method
25 …public static ulong LoadFileChunks(this IMultibyteWritePeripheral peripheral, IEnumerable<FileChun… in LoadFileChunks() method in Antmicro.Renode.Utilities.LoadFileChunksExtensions
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DRedirector.cs88 public void LoadFileChunks(string path, IEnumerable<FileChunk> chunks, ICPU cpu) in LoadFileChunks() method in Antmicro.Renode.Peripherals.Bus.Redirector
DBusControllerProxy.cs435 public virtual void LoadFileChunks(string path, IEnumerable<FileChunk> chunks, ICPU cpu) in LoadFileChunks() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
DSystemBus.cs59 public void LoadFileChunks(string path, IEnumerable<FileChunk> chunks, ICPU cpu) in LoadFileChunks() method in Antmicro.Renode.Peripherals.Bus.SystemBus
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/
DArrayMemory.cs149 public void LoadFileChunks(string path, IEnumerable<FileChunk> chunks, ICPU cpu) in LoadFileChunks() method in Antmicro.Renode.Peripherals.Memory.ArrayMemory
DMappedMemory.cs341 public void LoadFileChunks(string path, IEnumerable<FileChunk> chunks, ICPU cpu) in LoadFileChunks() method in Antmicro.Renode.Peripherals.Memory.MappedMemory