Searched refs:SetMmuWindowStart (Results 1 – 4 of 4) sorted by relevance
45 cpu.SetMmuWindowStart(realIndex, startAddress); in SetWindowStart()125 cpu.SetMmuWindowStart((uint)realIndex, rangeStart.Value); in AddWindow()
18 void SetMmuWindowStart(uint index, ulong startAddress); in SetMmuWindowStart() method
43 this.SetMmuWindowStart(insnFetchWindow, 0x0); in OpenTitan_BigNumberAcceleratorCore()56 this.SetMmuWindowStart(dataWindow, 0x0); in OpenTitan_BigNumberAcceleratorCore()
907 public void SetMmuWindowStart(uint index, ulong startAddress) in SetMmuWindowStart() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU