Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs840 private bool AssertMmuEnabledAndWindowInRange(uint index) in AssertMmuEnabledAndWindowInRange() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU
893 if(AssertMmuEnabledAndWindowInRange(index)) in ResetMmuWindow()
901 if(AssertMmuEnabledAndWindowInRange(index)) in SetMmuWindowAddend()
909 … if(AssertMmuEnabledAndWindowInRange(index) && AssertMmuWindowAddressInRange(startAddress)) in SetMmuWindowStart()
917 …if(AssertMmuEnabledAndWindowInRange(index) && AssertMmuWindowAddressInRange(endAddress, inclusiveR… in SetMmuWindowEnd()
938 if(AssertMmuEnabledAndWindowInRange(index)) in SetMmuWindowPrivileges()
946 return AssertMmuEnabledAndWindowInRange(index) ? TlibGetMmuWindowAddend(index) : 0; in GetMmuWindowAddend()
951 return AssertMmuEnabledAndWindowInRange(index) ? TlibGetMmuWindowStart(index) : 0; in GetMmuWindowStart()
956 return AssertMmuEnabledAndWindowInRange(index) ? TlibGetMmuWindowEnd(index) : 0; in GetMmuWindowEnd()
961 return AssertMmuEnabledAndWindowInRange(index) ? TlibGetWindowPrivileges(index) : 0; in GetMmuWindowPrivileges()