Searched refs:AddHookAtInterruptBegin (Results 1 – 6 of 6) sorted by relevance
29 …public static void AddHookAtInterruptBegin(this ICPUWithHooks cpu, [AutoParameter]Machine m, strin… in AddHookAtInterruptBegin() method in Antmicro.Renode.Hooks.CpuHooksExtensions32 cpu.AddHookAtInterruptBegin(engine.HookWithExceptionIndex); in AddHookAtInterruptBegin()
14 void AddHookAtInterruptBegin(Action<ulong> hook); in AddHookAtInterruptBegin() method
138 this.AddHookAtInterruptBegin(profiler.InterruptEnter); in ConfigureProfilerInterruptHooks()
538 public void AddHookAtInterruptBegin(Action<ulong> hook) in AddHookAtInterruptBegin() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU572 AddHookAtInterruptBegin(LogCpuInterruptBegin); in LogCpuInterrupts()2287 AddHookAtInterruptBegin(exceptionIndex => in EnableProfiling()
47 this.AddHookAtInterruptBegin(HandleException); in OpenTitan_BigNumberAcceleratorCore()
80 public void AddHookAtInterruptBegin(Action<ulong> hook) in AddHookAtInterruptBegin() method in Antmicro.Renode.Peripherals.CPU.MSP430X