Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs951 return AssertMmuEnabledAndWindowInRange(index) ? TlibGetMmuWindowStart(index) : 0; in GetMmuWindowStart()
2073 private Func<uint, ulong> TlibGetMmuWindowStart; field in Antmicro.Renode.Peripherals.CPU.TranslationCPU