Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU_Profiler.cs143 this.RemoveHookAtInterruptBegin(profiler.InterruptEnter); in ConfigureProfilerInterruptHooks()
DTranslationCPU.cs579 RemoveHookAtInterruptBegin(LogCpuInterruptBegin); in LogCpuInterrupts()
1003 private void RemoveHookAtInterruptBegin(Action<ulong> hook) in RemoveHookAtInterruptBegin() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU