Searched refs:ExceptionLevel (Results 1 – 6 of 6) sorted by relevance
16 ExceptionLevel ExceptionLevel { get; } property28 …void GetAtomicExceptionLevelAndSecurityState(out ExceptionLevel exceptionLevel, out SecurityState … in GetAtomicExceptionLevelAndSecurityState()36 event Action<ExceptionLevel, SecurityState> ExecutionModeChanged;48 public enum ExceptionLevel : uint enum
41 public ExceptionLevel ExceptionLevel => ExceptionLevel.EL1_SystemMode; field in Antmicro.Renode.Peripherals.CPU.ARMv7R
58 public ExceptionLevel ExceptionLevel => ExceptionLevel.EL1_SystemMode; field in Antmicro.Renode.Peripherals.CPU.ARMv7A
2357 …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()
56 …public void GetAtomicExceptionLevelAndSecurityState(out ExceptionLevel exceptionLevel, out Securit… in GetAtomicExceptionLevelAndSecurityState()169 public ExceptionLevel ExceptionLevel property in Antmicro.Renode.Peripherals.CPU.ARMv8A199 public event Action<ExceptionLevel, SecurityState> ExecutionModeChanged;298 exceptionLevel = (ExceptionLevel)el; in OnExecutionModeChanged()301 ExecutionModeChanged?.Invoke(ExceptionLevel, SecurityState); in OnExecutionModeChanged()404 private ExceptionLevel exceptionLevel;
172 public ExceptionLevel ExceptionLevel => exceptionLevel; field in Antmicro.Renode.Peripherals.CPU.ARMv8R265 exceptionLevel = (ExceptionLevel)el; in OnExecutionModeChanged()291 private ExceptionLevel exceptionLevel;