Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DExternalMmuBase.cs114 …protected void AddWindow(uint index, ulong? rangeStart = null, ulong? rangeEnd = null, ulong? adde… in AddWindow() argument
127 if(rangeEnd.HasValue) in AddWindow()
129 cpu.SetMmuWindowEnd((uint)realIndex, rangeEnd.Value); in AddWindow()