Searched refs:exceptionLevel (Results 1 – 4 of 4) sorted by relevance
56 …public void GetAtomicExceptionLevelAndSecurityState(out ExceptionLevel exceptionLevel, out Securit… in GetAtomicExceptionLevelAndSecurityState() argument60 exceptionLevel = this.exceptionLevel; in GetAtomicExceptionLevelAndSecurityState()175 return exceptionLevel;298 exceptionLevel = (ExceptionLevel)el; in OnExecutionModeChanged()404 private ExceptionLevel exceptionLevel; field in Antmicro.Renode.Peripherals.CPU.ARMv8A
172 public ExceptionLevel ExceptionLevel => exceptionLevel;265 exceptionLevel = (ExceptionLevel)el; in OnExecutionModeChanged()291 private ExceptionLevel exceptionLevel; field in Antmicro.Renode.Peripherals.CPU.ARMv8R
28 …void GetAtomicExceptionLevelAndSecurityState(out ExceptionLevel exceptionLevel, out SecurityState … in GetAtomicExceptionLevelAndSecurityState() argument
2912 … cpu.GetAtomicExceptionLevelAndSecurityState(out var exceptionLevel, out var securityState); in GetBestPendingInterruptSignalType()2916 …|| (groupType == GroupType.Group1Secure && exceptionLevel == ExceptionLevel.EL3_MonitorMode && !cp… in GetBestPendingInterruptSignalType()