Home
last modified time | relevance | path

Searched refs:ExecutionModeChanged (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARMCommon.cs36 event Action<ExceptionLevel, SecurityState> ExecutionModeChanged; event
DARM_GenericInterruptController.cs160 … cpuTwoSecurityStates.ExecutionModeChanged += (_, __) => OnExecutionModeChanged(cpuEntry); in AttachCPU()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/
DARMv8A.cs199 public event Action<ExceptionLevel, SecurityState> ExecutionModeChanged; event in Antmicro.Renode.Peripherals.CPU.ARMv8A
301 ExecutionModeChanged?.Invoke(ExceptionLevel, SecurityState); in OnExecutionModeChanged()