Searched refs:HookWithExceptionIndex (Results 1 – 2 of 2) sorted by relevance
32 cpu.AddHookAtInterruptBegin(engine.HookWithExceptionIndex); in AddHookAtInterruptBegin()38 cpu.AddHookAtInterruptEnd(engine.HookWithExceptionIndex); in AddHookAtInterruptEnd()
28 HookWithExceptionIndex = exceptionIndex => in InterruptPythonEngine()48 public Action<ulong> HookWithExceptionIndex { get; private set; } property in Antmicro.Renode.Hooks.InterruptPythonEngine