Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPUWithMappedMemory.cs18 void SetMappedMemoryEnabled(Range range, bool enabled); in SetMappedMemoryEnabled() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs400 public void SetMappedMemoryEnabled(Range range, bool enabled) in SetMappedMemoryEnabled() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs1755 cpu.SetMappedMemoryEnabled(registrationRange, enabled: !locked); in RelockRange()