Home
last modified time | relevance | path

Searched refs:AddHookAtInterruptEnd (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DCpuHooksExtensions.cs35 …public static void AddHookAtInterruptEnd(this ICPUWithHooks cpu, [AutoParameter]Machine m, string … in AddHookAtInterruptEnd() method in Antmicro.Renode.Hooks.CpuHooksExtensions
38 cpu.AddHookAtInterruptEnd(engine.HookWithExceptionIndex); in AddHookAtInterruptEnd()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPUWithHooks.cs15 void AddHookAtInterruptEnd(Action<ulong> hook); in AddHookAtInterruptEnd() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU_Profiler.cs139 this.AddHookAtInterruptEnd(profiler.InterruptExit); in ConfigureProfilerInterruptHooks()
DTranslationCPU.cs552 public void AddHookAtInterruptEnd(Action<ulong> hook) in AddHookAtInterruptEnd() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU
573 AddHookAtInterruptEnd(LogCpuInterruptEnd); in LogCpuInterrupts()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/
DMSP430X.cs85 public void AddHookAtInterruptEnd(Action<ulong> hook) in AddHookAtInterruptEnd() method in Antmicro.Renode.Peripherals.CPU.MSP430X