Searched refs:MapMemory (Results 1 – 6 of 6) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/ |
| D | ICPUWithMappedMemory.cs | 16 void MapMemory(IMappedSegment segment); in MapMemory() method
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | BusControllerProxy.cs | 465 …public virtual void MapMemory(IMappedSegment segment, IBusPeripheral owner, bool relative = true, … in MapMemory() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy 467 ParentController.MapMemory(segment, owner, relative, context); in MapMemory()
|
| D | IBusController.cs | 93 …void MapMemory(IMappedSegment segment, IBusPeripheral owner, bool relative = true, ICPUWithMappedM… in MapMemory() method
|
| D | SystemBus.cs | 240 memoryMappedCpu.MapMemory(mapping); in Register() 844 …public void MapMemory(IMappedSegment segment, IBusPeripheral owner, bool relative = true, ICPUWith… in MapMemory() method in Antmicro.Renode.Peripherals.Bus.SystemBus 1912 cpu.MapMemory(mapping); in AddMappings()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/ |
| D | OpenTitan_BigNumberAcceleratorCore.cs | 38 this.MapMemory(segment); in OpenTitan_BigNumberAcceleratorCore() 52 this.MapMemory(wrappedSegment); in OpenTitan_BigNumberAcceleratorCore()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ |
| D | TranslationCPU.cs | 379 public void MapMemory(IMappedSegment segment) in MapMemory() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU
|