Home
last modified time | relevance | path

Searched refs:HookWithExceptionIndex (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DCpuHooksExtensions.cs32 cpu.AddHookAtInterruptBegin(engine.HookWithExceptionIndex); in AddHookAtInterruptBegin()
38 cpu.AddHookAtInterruptEnd(engine.HookWithExceptionIndex); in AddHookAtInterruptEnd()
DInterruptPythonEngine.cs28 HookWithExceptionIndex = exceptionIndex => in InterruptPythonEngine()
48 public Action<ulong> HookWithExceptionIndex { get; private set; } property in Antmicro.Renode.Hooks.InterruptPythonEngine