Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs540 if(interruptBeginHook == null) in AddHookAtInterruptBegin()
544 interruptBeginHook += hook; in AddHookAtInterruptBegin()
1005 interruptBeginHook -= hook; in RemoveHookAtInterruptBegin()
1006 if(interruptBeginHook == null) in RemoveHookAtInterruptBegin()
1088 interruptBeginHook?.Invoke(interruptIndex); in OnInterruptBegin()
1508 private Action<ulong> interruptBeginHook; field in Antmicro.Renode.Peripherals.CPU.TranslationCPU