Home
last modified time | relevance | path

Searched defs:MapMemory (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPUWithMappedMemory.cs16 void MapMemory(IMappedSegment segment); in MapMemory() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DIBusController.cs93 …void MapMemory(IMappedSegment segment, IBusPeripheral owner, bool relative = true, ICPUWithMappedM… in MapMemory() method
DBusControllerProxy.cs465 …public virtual void MapMemory(IMappedSegment segment, IBusPeripheral owner, bool relative = true, … in MapMemory() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
DSystemBus.cs844 …public void MapMemory(IMappedSegment segment, IBusPeripheral owner, bool relative = true, ICPUWith… in MapMemory() method in Antmicro.Renode.Peripherals.Bus.SystemBus
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs379 public void MapMemory(IMappedSegment segment) in MapMemory() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU