Home
last modified time | relevance | path

Searched refs:MappedSegmentWrapper (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs848 var wrappers = new List<MappedSegmentWrapper>(); in MapMemory()
861 … AddMappings(new [] { new MappedSegmentWrapper(segment, 0, long.MaxValue, context) }, owner); in MapMemory()
1280 var toRemove = new HashSet<MappedSegmentWrapper>(); in UnregisterInner()
1879 mappingsForPeripheral = new Dictionary<IBusPeripheral, List<MappedSegmentWrapper>>(); in InitStructures()
1892 … private void AddMappings(IEnumerable<MappedSegmentWrapper> newMappings, IBusPeripheral owner) in AddMappings()
2071 …private static MappedSegmentWrapper FromRegistrationPointToSegmentWrapper(IMappedSegment segment, … in FromRegistrationPointToSegmentWrapper()
2079 …return new MappedSegmentWrapper(segment, registrationPoint.Range.StartAddress - registrationPoint.… in FromRegistrationPointToSegmentWrapper()
2238 private Dictionary<IBusPeripheral, List<MappedSegmentWrapper>> mappingsForPeripheral;
2269 public class MappedSegmentWrapper : IMappedSegment class in Antmicro.Renode.Peripherals.Bus.SystemBus
2271 …public MappedSegmentWrapper(IMappedSegment wrappedSegment, ulong peripheralOffset, ulong maximumSi… in MappedSegmentWrapper() method in Antmicro.Renode.Peripherals.Bus.SystemBus.MappedSegmentWrapper
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DOpenTitan_BigNumberAcceleratorCore.cs51 …var wrappedSegment = new SystemBus.MappedSegmentWrapper(segment, VirtualDataOffset, segment.Size, … in OpenTitan_BigNumberAcceleratorCore()