Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DWindowMMUBusController.cs30 … if(i != j && Windows[i].ContainsAddress(Windows[j].Start) && Windows[j].Length > 0) in AssertWindowsAreValid()
65 if(Windows[index].ContainsAddress(address)) in TryFindWindowIndex()
101 public bool ContainsAddress(ulong address) in ContainsAddress() method in Antmicro.Renode.Peripherals.Bus.WindowMMUBusController.MMUWindow