Searched refs:SetMmuWindowAddend (Results 1 – 4 of 4) sorted by relevance
79 cpu.SetMmuWindowAddend(realIndex, addend); in SetWindowAddend()133 cpu.SetMmuWindowAddend((uint)realIndex, addend.Value); in AddWindow()
20 void SetMmuWindowAddend(uint index, ulong addend); in SetMmuWindowAddend() method
45 this.SetMmuWindowAddend(insnFetchWindow, 0); in OpenTitan_BigNumberAcceleratorCore()58 this.SetMmuWindowAddend(dataWindow, VirtualDataOffset); in OpenTitan_BigNumberAcceleratorCore()
899 public void SetMmuWindowAddend(uint index, ulong addend) in SetMmuWindowAddend() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU