Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPUWithExternalMmu.cs24 ulong GetMmuWindowStart(uint index); in GetMmuWindowStart() method
DExternalMmuBase.cs61 return cpu.GetMmuWindowStart(realIndex); in GetWindowStart()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs949 public ulong GetMmuWindowStart(uint index) in GetMmuWindowStart() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU