Home
last modified time | relevance | path

Searched refs:IMappedSegment (Results 1 – 12 of 12) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DSegmentMapping.cs13 public IMappedSegment Segment { get; }
16 public SegmentMapping(IMappedSegment segment) in SegmentMapping()
DTranslationCPU.cs379 public void MapMemory(IMappedSegment segment) in MapMemory()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DIMappedSegment.cs12 public interface IMappedSegment interface
22 public static Range GetRange(this IMappedSegment segment) in GetRange()
DSerializableMappedSegment.cs17 public sealed class SerializableMappedSegment : IMappedSegment, IDisposable
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMapped.cs16 IEnumerable<IMappedSegment> MappedSegments { get; }
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPUWithMappedMemory.cs16 void MapMemory(IMappedSegment segment); in MapMemory()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DSerializableMappedSegmentTests.cs55 public IEnumerable<IMappedSegment> MappedSegments
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_ScrambledMemory.cs68 public IEnumerable<IMappedSegment> MappedSegments => underlyingMemory.MappedSegments;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/
DMappedMemory.cs113 public IEnumerable<IMappedSegment> MappedSegments
640 describedSegments = new IMappedSegment[segmentsNo]; in PrepareSegments()
745 private IMappedSegment[] describedSegments;
758 private class MappedSegment : IMappedSegment
/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()
DSystemBus.cs844 …public void MapMemory(IMappedSegment segment, IBusPeripheral owner, bool relative = true, ICPUWith… in MapMemory()
2071 …private static MappedSegmentWrapper FromRegistrationPointToSegmentWrapper(IMappedSegment segment, … in FromRegistrationPointToSegmentWrapper()
2269 public class MappedSegmentWrapper : IMappedSegment
2271 …public MappedSegmentWrapper(IMappedSegment wrappedSegment, ulong peripheralOffset, ulong maximumSi… in MappedSegmentWrapper()
2363 private readonly IMappedSegment wrappedSegment;
DBusControllerProxy.cs465 …public virtual void MapMemory(IMappedSegment segment, IBusPeripheral owner, bool relative = true, … in MapMemory()