Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs932 TlibSetMmuWindowEnd(index, endAddress, useInclusiveEndRange? 1u : 0u); in SetMmuWindowEnd()
2064 private Action<uint, ulong, uint> TlibSetMmuWindowEnd; field in Antmicro.Renode.Peripherals.CPU.TranslationCPU