Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DExternalMmuBase.cs79 cpu.SetMmuWindowAddend(realIndex, addend); in SetWindowAddend()
133 cpu.SetMmuWindowAddend((uint)realIndex, addend.Value); in AddWindow()
DICPUWithExternalMmu.cs20 void SetMmuWindowAddend(uint index, ulong addend); in SetMmuWindowAddend() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DOpenTitan_BigNumberAcceleratorCore.cs45 this.SetMmuWindowAddend(insnFetchWindow, 0); in OpenTitan_BigNumberAcceleratorCore()
58 this.SetMmuWindowAddend(dataWindow, VirtualDataOffset); in OpenTitan_BigNumberAcceleratorCore()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs899 public void SetMmuWindowAddend(uint index, ulong addend) in SetMmuWindowAddend() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU