Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DSegmentMapping.cs11 public class SegmentMapping class
16 public SegmentMapping(IMappedSegment segment) in SegmentMapping() method in Antmicro.Renode.Peripherals.CPU.SegmentMapping
DTranslationCPU.cs70 currentMappings = new List<SegmentMapping>(); in TranslationCPU()
388 currentMappings.Add(new SegmentMapping(segment)); in MapMemory()
1514 private List<SegmentMapping> currentMappings;