Home
last modified time | relevance | path

Searched defs:interruptIndex (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/
DCollapsedStackProfiler.cs95 public override void InterruptEnter(ulong interruptIndex) in InterruptEnter()
106 public override void InterruptExit(ulong interruptIndex) in InterruptExit()
DPerfettoProfiler.cs128 public override void InterruptEnter(ulong interruptIndex) in InterruptEnter()
150 public override void InterruptExit(ulong interruptIndex) in InterruptExit()
DBaseProfiler.cs45 public abstract void InterruptEnter(ulong interruptIndex); in InterruptEnter()
46 public abstract void InterruptExit(ulong interruptIndex); in InterruptExit()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs1086 private void OnInterruptBegin(ulong interruptIndex) in OnInterruptBegin()
1104 private void OnInterruptEnd(ulong interruptIndex) in OnInterruptEnd()