Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU_Profiler.cs139 this.AddHookAtInterruptEnd(profiler.InterruptExit); in ConfigureProfilerInterruptHooks()
144 this.RemoveHookAtInterruptEnd(profiler.InterruptExit); in ConfigureProfilerInterruptHooks()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/
DBaseProfiler.cs46 public abstract void InterruptExit(ulong interruptIndex); in InterruptExit() method in Antmicro.Renode.Peripherals.CPU.GuestProfiling.BaseProfiler
DCollapsedStackProfiler.cs106 public override void InterruptExit(ulong interruptIndex) in InterruptExit() method in Antmicro.Renode.Peripherals.CPU.GuestProfiling.CollapsedStackProfiler
DPerfettoProfiler.cs150 public override void InterruptExit(ulong interruptIndex) in InterruptExit() method in Antmicro.Renode.Peripherals.CPU.GuestProfiling.PerfettoProfiler