Home
last modified time | relevance | path

Searched defs:numberOfWindows (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DExternalWindowMMU.cs20 …MU(ICPUWithExternalMmu cpu, ulong startAddress, ulong windowSize, uint numberOfWindows) : base(cpu… in ExternalWindowMMU()
105 private readonly uint numberOfWindows; field in Antmicro.Renode.Peripherals.Miscellaneous.ExternalWindowMMU