Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPUWithMappedMemory.cs19 void UnmapMemory(Range range); in UnmapMemory() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs865 public void UnmapMemory(Range range, ICPU context = null) in UnmapMemory() method in Antmicro.Renode.Peripherals.Bus.SystemBus
872 cpu.UnmapMemory(range); in UnmapMemory()
1284 UnmapMemory(new Range(mapping.StartingOffset, checked((ulong)mapping.Size))); in UnregisterInner()
1949 UnmapMemory(new Range(mapping.StartingOffset, mapping.Size)); in RemoveMappingsForPeripheral()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs422 public void UnmapMemory(Range range) in UnmapMemory() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU