Searched refs:TlibGetMmuWindowStart (Results 1 – 1 of 1) sorted by relevance
951 return AssertMmuEnabledAndWindowInRange(index) ? TlibGetMmuWindowStart(index) : 0; in GetMmuWindowStart()2073 private Func<uint, ulong> TlibGetMmuWindowStart; field in Antmicro.Renode.Peripherals.CPU.TranslationCPU