Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/renode/arch/arm64/
Drenode_arm64_callbacks.c20 EXTERNAL_AS(void, OnExecutionModeChanged, tlib_on_execution_mode_changed, uint32_t, uint32_t)
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/
DARMv8R.cs263 private void OnExecutionModeChanged(uint el, uint isSecure) in OnExecutionModeChanged() method in Antmicro.Renode.Peripherals.CPU.ARMv8R
DARMv8A.cs294 private void OnExecutionModeChanged(uint el, uint isSecure) in OnExecutionModeChanged() method in Antmicro.Renode.Peripherals.CPU.ARMv8A
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs160 … cpuTwoSecurityStates.ExecutionModeChanged += (_, __) => OnExecutionModeChanged(cpuEntry); in AttachCPU()
849 private void OnExecutionModeChanged(CPUEntry cpu) in OnExecutionModeChanged() method in Antmicro.Renode.Peripherals.IRQControllers.ARM_GenericInterruptController