Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DExternalMmuBase.cs45 cpu.SetMmuWindowStart(realIndex, startAddress); in SetWindowStart()
125 cpu.SetMmuWindowStart((uint)realIndex, rangeStart.Value); in AddWindow()
DICPUWithExternalMmu.cs18 void SetMmuWindowStart(uint index, ulong startAddress); in SetMmuWindowStart() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DOpenTitan_BigNumberAcceleratorCore.cs43 this.SetMmuWindowStart(insnFetchWindow, 0x0); in OpenTitan_BigNumberAcceleratorCore()
56 this.SetMmuWindowStart(dataWindow, 0x0); in OpenTitan_BigNumberAcceleratorCore()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs907 public void SetMmuWindowStart(uint index, ulong startAddress) in SetMmuWindowStart() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU