Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DExternalMmuBase.cs87 cpu.SetMmuWindowPrivileges(realIndex, (uint)privileges); in SetWindowPrivileges()
137 cpu.SetMmuWindowPrivileges((uint)realIndex, (uint)privilege.Value); in AddWindow()
DICPUWithExternalMmu.cs21 void SetMmuWindowPrivileges(uint index, uint privileges); in SetMmuWindowPrivileges() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DOpenTitan_BigNumberAcceleratorCore.cs46 this.SetMmuWindowPrivileges(insnFetchWindow, (int)ExternalMmuBase.Privilege.Execute); in OpenTitan_BigNumberAcceleratorCore()
59 this.SetMmuWindowPrivileges(dataWindow, (int)ExternalMmuBase.Privilege.ReadAndWrite); in OpenTitan_BigNumberAcceleratorCore()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs936 public void SetMmuWindowPrivileges(uint index, uint permissions) in SetMmuWindowPrivileges() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU