Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs852 private bool AssertMmuWindowAddressInRange(ulong address, bool inclusiveRange = false) in AssertMmuWindowAddressInRange() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU
909 … if(AssertMmuEnabledAndWindowInRange(index) && AssertMmuWindowAddressInRange(startAddress)) in SetMmuWindowStart()
917 …if(AssertMmuEnabledAndWindowInRange(index) && AssertMmuWindowAddressInRange(endAddress, inclusiveR… in SetMmuWindowEnd()