Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARMv7R.cs41 public ExceptionLevel ExceptionLevel => ExceptionLevel.EL1_SystemMode;
DARMCommon.cs51 EL1_SystemMode = 1, enumerator
DARMv7A.cs58 public ExceptionLevel ExceptionLevel => ExceptionLevel.EL1_SystemMode;
DARM_GenericInterruptController.cs2357 …cpu.SecurityState != SecurityState.NonSecure || cpu.ExceptionLevel > ExceptionLevel.EL1_SystemMode) in IsVirtualized()
2366 …cpu.SecurityState != SecurityState.NonSecure || cpu.ExceptionLevel > ExceptionLevel.EL1_SystemMode) in IsVirtualized()