Searched refs:SetMmuWindowEnd (Results 1 – 4 of 4) sorted by relevance
53 cpu.SetMmuWindowEnd(realIndex, endAddress); in SetWindowEnd()129 cpu.SetMmuWindowEnd((uint)realIndex, rangeEnd.Value); in AddWindow()
19 void SetMmuWindowEnd(uint index, ulong endAddress); in SetMmuWindowEnd() method
44 this.SetMmuWindowEnd(insnFetchWindow, (ulong)instructionsMemory.Size); in OpenTitan_BigNumberAcceleratorCore()57 this.SetMmuWindowEnd(dataWindow, (ulong)dataMemory.Size); in OpenTitan_BigNumberAcceleratorCore()
915 public void SetMmuWindowEnd(uint index, ulong endAddress) in SetMmuWindowEnd() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU