Searched refs:AssertMmuWindowAddressInRange (Results 1 – 1 of 1) sorted by relevance
852 private bool AssertMmuWindowAddressInRange(ulong address, bool inclusiveRange = false) in AssertMmuWindowAddressInRange() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU909 … if(AssertMmuEnabledAndWindowInRange(index) && AssertMmuWindowAddressInRange(startAddress)) in SetMmuWindowStart()917 …if(AssertMmuEnabledAndWindowInRange(index) && AssertMmuWindowAddressInRange(endAddress, inclusiveR… in SetMmuWindowEnd()