Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DPeripheralCollection.cs74 if(numOfPages > NumOfPagesThreshold) in Add()
325 private const long NumOfPagesThreshold = 4; field in Antmicro.Renode.Peripherals.Bus.SystemBus.PeripheralCollection