Searched refs:UnmapMemory (Results 1 – 3 of 3) sorted by relevance
19 void UnmapMemory(Range range); in UnmapMemory() method
865 public void UnmapMemory(Range range, ICPU context = null) in UnmapMemory() method in Antmicro.Renode.Peripherals.Bus.SystemBus872 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()
422 public void UnmapMemory(Range range) in UnmapMemory() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU