Home
last modified time | relevance | path

Searched refs:privileges (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DExternalMmuBase.cs83 public void SetWindowPrivileges(uint index, uint privileges) in SetWindowPrivileges() argument
87 cpu.SetMmuWindowPrivileges(realIndex, (uint)privileges); in SetWindowPrivileges()
DICPUWithExternalMmu.cs21 void SetMmuWindowPrivileges(uint index, uint privileges); in SetMmuWindowPrivileges() argument
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DWindowMMUBusController.cs46 var privileges = Windows[index].Privileges; in ValidateOperation()
47 if((privileges & accessType) == accessType) in ValidateOperation()