Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/MonitorTests/CommandTests/
DPythonCommands.cs68 const uint address = MemoryOffset; in DumpTest()
70 machine.SystemBus.ZeroRange(new Range(MemoryOffset, MemoryOffset)); in DumpTest()
108 const uint address = MemoryOffset; in DumpFileTest()
135 …hine.SystemBus.Register(new MappedMemory(machine, 0x1000), new BusPointRegistration(MemoryOffset)); in BuildEmulation()
152 private const uint MemoryOffset = 0x1000; field in Antmicro.Renode.MonitorTests.CommandTests.PythonCommands