Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/
DMappedMemory.cs66 …pedMemory(IMachine machine, long size, int? segmentSize = null, string sharedMemoryFileRoot = null) in MappedMemory() argument
84 if(sharedMemoryFileRoot != null && !Directory.Exists(sharedMemoryFileRoot)) in MappedMemory()
88 this.sharedMemoryFileRoot = sharedMemoryFileRoot; in MappedMemory()
109 return sharedMemoryFileRoot != null;
655 sharedSegments[i] = new SharedSegment(sharedMemoryFileRoot); in PrepareSegments()
748 private string sharedMemoryFileRoot; field in Antmicro.Renode.Peripherals.Memory.MappedMemory
808 public SharedSegment(string sharedMemoryFileRoot) in SharedSegment() argument
810 this.sharedMemoryFileRoot = sharedMemoryFileRoot; in SharedSegment()
825 return Path.Combine(sharedMemoryFileRoot, MMFFileName);
833 if(Directory.Exists(sharedMemoryFileRoot)) in Allocate()
[all …]