Searched refs:OnExecutionModeChanged (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/renode/arch/arm64/ | ||
| D | renode_arm64_callbacks.c | 20 EXTERNAL_AS(void, OnExecutionModeChanged, tlib_on_execution_mode_changed, uint32_t, uint32_t) |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/ | ||
| D | ARMv8R.cs | 263 private void OnExecutionModeChanged(uint el, uint isSecure) in OnExecutionModeChanged() method in Antmicro.Renode.Peripherals.CPU.ARMv8R |
| D | ARMv8A.cs | 294 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/ | ||
| D | ARM_GenericInterruptController.cs | 160 … cpuTwoSecurityStates.ExecutionModeChanged += (_, __) => OnExecutionModeChanged(cpuEntry); in AttachCPU() |