Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU_Profiler.cs144 this.RemoveHookAtInterruptEnd(profiler.InterruptExit); in ConfigureProfilerInterruptHooks()
DTranslationCPU.cs580 RemoveHookAtInterruptEnd(LogCpuInterruptEnd); in LogCpuInterrupts()
1012 private void RemoveHookAtInterruptEnd(Action<ulong> hook) in RemoveHookAtInterruptEnd() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU