Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DExternalMmuBase.cs19 public ExternalMmuBase(ICPUWithExternalMmu cpu, uint windowsCount) in ExternalMmuBase() argument
22 this.windowsCount = windowsCount; in ExternalMmuBase()
26 for(uint index = 0; index < windowsCount; index++) in ExternalMmuBase()
144 if(index >= windowsCount) in TryGetRealWindowIndex()
146 …l.Error, "Window index {0} is higher than the peripheral windows count: {1}", index, windowsCount); in TryGetRealWindowIndex()
156 private readonly uint windowsCount; field in Antmicro.Renode.Peripherals.Miscellaneous.ExternalMmuBase