Searched refs:AddHookAtInterruptEnd (Results 1 – 5 of 5) sorted by relevance
35 …public static void AddHookAtInterruptEnd(this ICPUWithHooks cpu, [AutoParameter]Machine m, string … in AddHookAtInterruptEnd() method in Antmicro.Renode.Hooks.CpuHooksExtensions38 cpu.AddHookAtInterruptEnd(engine.HookWithExceptionIndex); in AddHookAtInterruptEnd()
15 void AddHookAtInterruptEnd(Action<ulong> hook); in AddHookAtInterruptEnd() method
139 this.AddHookAtInterruptEnd(profiler.InterruptExit); in ConfigureProfilerInterruptHooks()
552 public void AddHookAtInterruptEnd(Action<ulong> hook) in AddHookAtInterruptEnd() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU573 AddHookAtInterruptEnd(LogCpuInterruptEnd); in LogCpuInterrupts()
85 public void AddHookAtInterruptEnd(Action<ulong> hook) in AddHookAtInterruptEnd() method in Antmicro.Renode.Peripherals.CPU.MSP430X