Home
last modified time | relevance | path

Searched refs:interruptIndex (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/
DBaseProfiler.cs45 public abstract void InterruptEnter(ulong interruptIndex); in InterruptEnter() argument
46 public abstract void InterruptExit(ulong interruptIndex); in InterruptExit() argument
DCollapsedStackProfiler.cs95 public override void InterruptEnter(ulong interruptIndex) in InterruptEnter() argument
106 public override void InterruptExit(ulong interruptIndex) in InterruptExit() argument
DPerfettoProfiler.cs128 public override void InterruptEnter(ulong interruptIndex) in InterruptEnter() argument
150 public override void InterruptExit(ulong interruptIndex) in InterruptExit() argument
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DMSP430_Timer.cs30 cpu.InterruptAcknowledged += (interruptIndex) => in MSP430_Timer()
32 if(interruptIndex == acknowledgeInterrupt) in MSP430_Timer()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs1086 private void OnInterruptBegin(ulong interruptIndex) in OnInterruptBegin() argument
1088 interruptBeginHook?.Invoke(interruptIndex); in OnInterruptBegin()
1104 private void OnInterruptEnd(ulong interruptIndex) in OnInterruptEnd() argument
1106 interruptEndHook?.Invoke(interruptIndex); in OnInterruptEnd()