Searched refs:windowsCount (Results 1 – 1 of 1) sorted by relevance
19 public ExternalMmuBase(ICPUWithExternalMmu cpu, uint windowsCount) in ExternalMmuBase() argument22 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