Home
last modified time | relevance | path

Searched defs:ExceptionLevel (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARMCommon.cs16 ExceptionLevel ExceptionLevel { get; } property
48 public enum ExceptionLevel : uint enum
DARMv7R.cs41 public ExceptionLevel ExceptionLevel => ExceptionLevel.EL1_SystemMode; field in Antmicro.Renode.Peripherals.CPU.ARMv7R
DARMv7A.cs58 public ExceptionLevel ExceptionLevel => ExceptionLevel.EL1_SystemMode; field in Antmicro.Renode.Peripherals.CPU.ARMv7A
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/
DARMv8R.cs172 public ExceptionLevel ExceptionLevel => exceptionLevel; field in Antmicro.Renode.Peripherals.CPU.ARMv8R
DARMv8A.cs169 public ExceptionLevel ExceptionLevel property in Antmicro.Renode.Peripherals.CPU.ARMv8A