Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DExternalMmuBase.cs53 cpu.SetMmuWindowEnd(realIndex, endAddress); in SetWindowEnd()
129 cpu.SetMmuWindowEnd((uint)realIndex, rangeEnd.Value); in AddWindow()
DICPUWithExternalMmu.cs19 void SetMmuWindowEnd(uint index, ulong endAddress); in SetMmuWindowEnd() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DOpenTitan_BigNumberAcceleratorCore.cs44 this.SetMmuWindowEnd(insnFetchWindow, (ulong)instructionsMemory.Size); in OpenTitan_BigNumberAcceleratorCore()
57 this.SetMmuWindowEnd(dataWindow, (ulong)dataMemory.Size); in OpenTitan_BigNumberAcceleratorCore()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs915 public void SetMmuWindowEnd(uint index, ulong endAddress) in SetMmuWindowEnd() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU