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