Home
last modified time | relevance | path

Searched refs:exceptionLevel (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/
DARMv8A.cs56 …public void GetAtomicExceptionLevelAndSecurityState(out ExceptionLevel exceptionLevel, out Securit… in GetAtomicExceptionLevelAndSecurityState() argument
60 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
DARMv8R.cs172 public ExceptionLevel ExceptionLevel => exceptionLevel;
265 exceptionLevel = (ExceptionLevel)el; in OnExecutionModeChanged()
291 private ExceptionLevel exceptionLevel; field in Antmicro.Renode.Peripherals.CPU.ARMv8R
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARMCommon.cs28 …void GetAtomicExceptionLevelAndSecurityState(out ExceptionLevel exceptionLevel, out SecurityState … in GetAtomicExceptionLevelAndSecurityState() argument
DARM_GenericInterruptController.cs2912 … cpu.GetAtomicExceptionLevelAndSecurityState(out var exceptionLevel, out var securityState); in GetBestPendingInterruptSignalType()
2916 …|| (groupType == GroupType.Group1Secure && exceptionLevel == ExceptionLevel.EL3_MonitorMode && !cp… in GetBestPendingInterruptSignalType()