Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DCpuHooksExtensions.cs29 …public static void AddHookAtInterruptBegin(this ICPUWithHooks cpu, [AutoParameter]Machine m, strin… in AddHookAtInterruptBegin() method in Antmicro.Renode.Hooks.CpuHooksExtensions
32 cpu.AddHookAtInterruptBegin(engine.HookWithExceptionIndex); in AddHookAtInterruptBegin()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPUWithHooks.cs14 void AddHookAtInterruptBegin(Action<ulong> hook); in AddHookAtInterruptBegin() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU_Profiler.cs138 this.AddHookAtInterruptBegin(profiler.InterruptEnter); in ConfigureProfilerInterruptHooks()
DTranslationCPU.cs538 public void AddHookAtInterruptBegin(Action<ulong> hook) in AddHookAtInterruptBegin() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU
572 AddHookAtInterruptBegin(LogCpuInterruptBegin); in LogCpuInterrupts()
2287 AddHookAtInterruptBegin(exceptionIndex => in EnableProfiling()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DOpenTitan_BigNumberAcceleratorCore.cs47 this.AddHookAtInterruptBegin(HandleException); in OpenTitan_BigNumberAcceleratorCore()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/
DMSP430X.cs80 public void AddHookAtInterruptBegin(Action<ulong> hook) in AddHookAtInterruptBegin() method in Antmicro.Renode.Peripherals.CPU.MSP430X