Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs2271 …ntWrapper(IMappedSegment wrappedSegment, ulong peripheralOffset, ulong maximumSize, ICPUWithMapped… in MappedSegmentWrapper() argument
2275 usedSize = Math.Min(maximumSize, wrappedSegment.Size); in MappedSegmentWrapper()