Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DWindowMMUBusController.cs44 if(TryFindWindowIndex(address, out var index)) in ValidateOperation()
61 private bool TryFindWindowIndex(ulong address, out int index) in TryFindWindowIndex() method in Antmicro.Renode.Peripherals.Bus.WindowMMUBusController