Searched defs:isSecure (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/ |
| D | NVIC.cs | 127 public uint ReadDoubleWord(long offset, bool isSecure) in ReadDoubleWord() 240 public void WriteDoubleWord(long offset, uint value, bool isSecure) in WriteDoubleWord() 946 … private void HandlePriorityWrite(long offset, bool externalInterrupt, uint value, bool isSecure) in HandlePriorityWrite() 973 private uint HandlePriorityRead(long offset, bool externalInterrupt, bool isSecure) in HandlePriorityRead() 1239 private void EnableOrDisableInterrupt(int offset, uint value, bool enable, bool isSecure) in EnableOrDisableInterrupt() 1276 private uint HandleEnableRead(int offset, bool isSecure) in HandleEnableRead() 1340 private void SetOrClearPendingInterrupt(int offset, uint value, bool set, bool isSecure) in SetOrClearPendingInterrupt() 1613 private uint GetPending(int offset, bool isSecure) in GetPending() 1619 private uint GetActive(int offset, bool isSecure) in GetActive() 1918 … public SysTick(IMachine machine, NVIC parent, long systickFrequency, bool isSecure = false) in SysTick()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/ |
| D | ARMv8R.cs | 263 private void OnExecutionModeChanged(uint el, uint isSecure) in OnExecutionModeChanged()
|
| D | ARMv8A.cs | 294 private void OnExecutionModeChanged(uint el, uint isSecure) in OnExecutionModeChanged()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ |
| D | ARM_GenericInterruptController.cs | 839 private GroupType GetGroup1ForSecurityState(bool isSecure) in GetGroup1ForSecurityState()
|