Searched refs:IMappedSegment (Results 1 – 12 of 12) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ |
| D | SegmentMapping.cs | 13 public IMappedSegment Segment { get; } 16 public SegmentMapping(IMappedSegment segment) in SegmentMapping()
|
| D | TranslationCPU.cs | 379 public void MapMemory(IMappedSegment segment) in MapMemory()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ |
| D | IMappedSegment.cs | 12 public interface IMappedSegment interface 22 public static Range GetRange(this IMappedSegment segment) in GetRange()
|
| D | SerializableMappedSegment.cs | 17 public sealed class SerializableMappedSegment : IMappedSegment, IDisposable
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/ |
| D | IMapped.cs | 16 IEnumerable<IMappedSegment> MappedSegments { get; }
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/ |
| D | ICPUWithMappedMemory.cs | 16 void MapMemory(IMappedSegment segment); in MapMemory()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/ |
| D | SerializableMappedSegmentTests.cs | 55 public IEnumerable<IMappedSegment> MappedSegments
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | OpenTitan_ScrambledMemory.cs | 68 public IEnumerable<IMappedSegment> MappedSegments => underlyingMemory.MappedSegments;
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/ |
| D | MappedMemory.cs | 113 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/ |
| D | IBusController.cs | 93 …void MapMemory(IMappedSegment segment, IBusPeripheral owner, bool relative = true, ICPUWithMappedM… in MapMemory()
|
| D | SystemBus.cs | 844 …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;
|
| D | BusControllerProxy.cs | 465 …public virtual void MapMemory(IMappedSegment segment, IBusPeripheral owner, bool relative = true, … in MapMemory()
|