Searched defs:LoadFileChunks (Results 1 – 6 of 6) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | ICanLoadFiles.cs | 19 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/ |
| D | Redirector.cs | 88 public void LoadFileChunks(string path, IEnumerable<FileChunk> chunks, ICPU cpu) in LoadFileChunks() method in Antmicro.Renode.Peripherals.Bus.Redirector
|
| D | BusControllerProxy.cs | 435 public virtual void LoadFileChunks(string path, IEnumerable<FileChunk> chunks, ICPU cpu) in LoadFileChunks() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
|
| D | SystemBus.cs | 59 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/ |
| D | ArrayMemory.cs | 149 public void LoadFileChunks(string path, IEnumerable<FileChunk> chunks, ICPU cpu) in LoadFileChunks() method in Antmicro.Renode.Peripherals.Memory.ArrayMemory
|
| D | MappedMemory.cs | 341 public void LoadFileChunks(string path, IEnumerable<FileChunk> chunks, ICPU cpu) in LoadFileChunks() method in Antmicro.Renode.Peripherals.Memory.MappedMemory
|