Home
last modified time | relevance | path

Searched refs:ExceptionLevel (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARMCommon.cs16 ExceptionLevel ExceptionLevel { get; } property
28 …void GetAtomicExceptionLevelAndSecurityState(out ExceptionLevel exceptionLevel, out SecurityState … in GetAtomicExceptionLevelAndSecurityState()
36 event Action<ExceptionLevel, SecurityState> ExecutionModeChanged;
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
DARM_GenericInterruptController.cs2357 …if(cpu.SecurityState != SecurityState.NonSecure || cpu.ExceptionLevel > ExceptionLevel.EL1_SystemM… in IsVirtualized()
2366 …if(cpu.SecurityState != SecurityState.NonSecure || cpu.ExceptionLevel > ExceptionLevel.EL1_SystemM… in IsVirtualized()
2885 …roupTypeRegister == GroupTypeSecurityAgnostic.Group0 && cpu.ExceptionLevel == ExceptionLevel.EL3_M… in AcknowledgeBestPending()
2900 …erride EndOfInterruptModes CurrentEndOfInterruptMode => cpu.ExceptionLevel == ExceptionLevel.EL3_M…
2916 …|| (groupType == GroupType.Group1Secure && exceptionLevel == ExceptionLevel.EL3_MonitorMode && !cp… in GetBestPendingInterruptSignalType()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/
DARMv8A.cs56 …public void GetAtomicExceptionLevelAndSecurityState(out ExceptionLevel exceptionLevel, out Securit… in GetAtomicExceptionLevelAndSecurityState()
169 public ExceptionLevel ExceptionLevel property in Antmicro.Renode.Peripherals.CPU.ARMv8A
199 public event Action<ExceptionLevel, SecurityState> ExecutionModeChanged;
298 exceptionLevel = (ExceptionLevel)el; in OnExecutionModeChanged()
301 ExecutionModeChanged?.Invoke(ExceptionLevel, SecurityState); in OnExecutionModeChanged()
404 private ExceptionLevel exceptionLevel;
DARMv8R.cs172 public ExceptionLevel ExceptionLevel => exceptionLevel; field in Antmicro.Renode.Peripherals.CPU.ARMv8R
265 exceptionLevel = (ExceptionLevel)el; in OnExecutionModeChanged()
291 private ExceptionLevel exceptionLevel;