Searched refs:interruptEndHook (Results 1 – 1 of 1) sorted by relevance
559 if(interruptEndHook == null) in AddHookAtInterruptEnd()563 interruptEndHook += hook; in AddHookAtInterruptEnd()1014 interruptEndHook -= hook; in RemoveHookAtInterruptEnd()1015 if(interruptEndHook == null) in RemoveHookAtInterruptEnd()1106 interruptEndHook?.Invoke(interruptIndex); in OnInterruptEnd()1509 private Action<ulong> interruptEndHook; field in Antmicro.Renode.Peripherals.CPU.TranslationCPU